Struct qapi_qmp::HotpluggableCPU [−][src]
pub struct HotpluggableCPU { pub vcpus_count: isize, pub props: CpuInstanceProperties, pub type_: String, pub qom_path: Option<String>, }
Fields
vcpus_count: isize
props: CpuInstanceProperties
type_: String
qom_path: Option<String>
Trait Implementations
impl Debug for HotpluggableCPU
[src]
impl Debug for HotpluggableCPU
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for HotpluggableCPU
[src]
impl Clone for HotpluggableCPU
fn clone(&self) -> HotpluggableCPU
[src]
fn clone(&self) -> HotpluggableCPU
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for HotpluggableCPU
impl Send for HotpluggableCPU
impl Sync for HotpluggableCPU
impl Sync for HotpluggableCPU