Struct qapi_qmp::BlockInfo[][src]

pub struct BlockInfo {
    pub type_: String,
    pub tray_open: Option<bool>,
    pub qdev: Option<String>,
    pub device: String,
    pub dirty_bitmaps: Option<Vec<BlockDirtyInfo>>,
    pub inserted: Option<BlockDeviceInfo>,
    pub locked: bool,
    pub removable: bool,
    pub io_status: Option<BlockDeviceIoStatus>,
}

Fields

Trait Implementations

impl Debug for BlockInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockInfo

impl Sync for BlockInfo