Struct qapi_qmp::TPMInfo[][src]

pub struct TPMInfo {
    pub id: String,
    pub model: TpmModel,
    pub options: TpmTypeOptions,
}

Fields

Trait Implementations

impl Debug for TPMInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for TPMInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TPMInfo

impl Sync for TPMInfo