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 HotpluggableCPUfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for HotpluggableCPU[src]
impl Clone for HotpluggableCPUfn clone(&self) -> HotpluggableCPU[src]
fn clone(&self) -> HotpluggableCPUReturns 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 HotpluggableCPUimpl Sync for HotpluggableCPU
impl Sync for HotpluggableCPU