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 PCDIMMDeviceInfo
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 PCDIMMDeviceInfo
[src]
impl Clone for PCDIMMDeviceInfo
fn clone(&self) -> PCDIMMDeviceInfo
[src]
fn clone(&self) -> PCDIMMDeviceInfo
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 PCDIMMDeviceInfo
impl Send for PCDIMMDeviceInfo
impl Sync for PCDIMMDeviceInfo
impl Sync for PCDIMMDeviceInfo