Struct qapi_qmp::BlockDeviceMapEntry[][src]

pub struct BlockDeviceMapEntry {
    pub data: bool,
    pub start: isize,
    pub depth: isize,
    pub length: isize,
    pub offset: Option<isize>,
    pub zero: bool,
}

Fields

Trait Implementations

impl Debug for BlockDeviceMapEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockDeviceMapEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations