Struct qapi_qmp::query_cpu_model_expansion[][src]

pub struct query_cpu_model_expansion {
    pub model: CpuModelInfo,
    pub type_: CpuModelExpansionType,
}

Fields

Trait Implementations

impl Debug for query_cpu_model_expansion
[src]

Formats the value using the given formatter. Read more

impl Clone for query_cpu_model_expansion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for query_cpu_model_expansion
[src]

NAME: &'static str = "query-cpu-model-expansion"

Auto Trait Implementations