Struct qapi_qmp::HotpluggableCPU[][src]

pub struct HotpluggableCPU {
    pub props: CpuInstanceProperties,
    pub qom_path: Option<String>,
    pub type_: String,
    pub vcpus_count: isize,
}

Fields

Trait Implementations

impl Debug for HotpluggableCPU
[src]

Formats the value using the given formatter. Read more

impl Clone for HotpluggableCPU
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations