Struct qapi_qmp::CpuModelInfo[][src]

pub struct CpuModelInfo {
    pub props: Option<Dictionary>,
    pub name: String,
}

Fields

Trait Implementations

impl Debug for CpuModelInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuModelInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations