Struct qapi_qmp::TPMInfo [−][src]
pub struct TPMInfo {
pub id: String,
pub model: TpmModel,
pub options: TpmTypeOptions,
}Fields
id: String
model: TpmModel
options: TpmTypeOptions
Trait Implementations
impl Debug for TPMInfo[src]
impl Debug for TPMInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TPMInfo[src]
impl Clone for TPMInfo