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

Trait Implementations

impl Debug for PCDIMMDeviceInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for PCDIMMDeviceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PCDIMMDeviceInfo

impl Sync for PCDIMMDeviceInfo