Struct qapi_qmp::MapEntry[][src]

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

Fields

Trait Implementations

impl Debug for MapEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for MapEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MapEntry

impl Sync for MapEntry