Struct qapi_qmp::PCDIMMDeviceInfo [−][src]
pub struct PCDIMMDeviceInfo {
pub id: Option<String>,
pub hotplugged: bool,
pub node: isize,
pub size: isize,
pub slot: isize,
pub addr: isize,
pub memdev: String,
pub hotpluggable: bool,
}Fields
id: Option<String>
hotplugged: bool
node: isize
size: isize
slot: isize
addr: isize
memdev: String
hotpluggable: bool
Trait Implementations
impl Debug for PCDIMMDeviceInfo[src]
impl Debug for PCDIMMDeviceInfofn 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 PCDIMMDeviceInfo[src]
impl Clone for PCDIMMDeviceInfofn clone(&self) -> PCDIMMDeviceInfo[src]
fn clone(&self) -> PCDIMMDeviceInfoReturns 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 PCDIMMDeviceInfo
impl Send for PCDIMMDeviceInfoimpl Sync for PCDIMMDeviceInfo
impl Sync for PCDIMMDeviceInfo