Struct qapi_qmp::PCDIMMDeviceInfo
source · pub struct PCDIMMDeviceInfo {
pub hotplugged: bool,
pub slot: isize,
pub hotpluggable: bool,
pub id: Option<String>,
pub size: isize,
pub addr: isize,
pub node: isize,
pub memdev: String,
}Fields§
§hotplugged: bool§slot: isize§hotpluggable: bool§id: Option<String>§size: isize§addr: isize§node: isize§memdev: StringTrait Implementations§
source§impl Clone for PCDIMMDeviceInfo
impl Clone for PCDIMMDeviceInfo
source§fn clone(&self) -> PCDIMMDeviceInfo
fn clone(&self) -> PCDIMMDeviceInfo
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 PCDIMMDeviceInfo
impl Debug for PCDIMMDeviceInfo
source§impl<'de> Deserialize<'de> for PCDIMMDeviceInfo
impl<'de> Deserialize<'de> for PCDIMMDeviceInfo
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