Struct qapi_qmp::HotpluggableCPU
source · pub struct HotpluggableCPU {
pub vcpus_count: isize,
pub props: CpuInstanceProperties,
pub qom_path: Option<String>,
pub type_: String,
}Fields§
§vcpus_count: isize§props: CpuInstanceProperties§qom_path: Option<String>§type_: StringTrait Implementations§
source§impl Clone for HotpluggableCPU
impl Clone for HotpluggableCPU
source§fn clone(&self) -> HotpluggableCPU
fn clone(&self) -> HotpluggableCPU
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HotpluggableCPU
impl Debug for HotpluggableCPU
source§impl<'de> Deserialize<'de> for HotpluggableCPU
impl<'de> Deserialize<'de> for HotpluggableCPU
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more