Struct qapi_qmp::CpuDefinitionInfo[][src]

pub struct CpuDefinitionInfo {
    pub name: String,
    pub static_: bool,
    pub typename: String,
    pub migration_safe: Option<bool>,
    pub unavailable_features: Option<Vec<String>>,
}

Fields

Trait Implementations

impl Debug for CpuDefinitionInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for CpuDefinitionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations