Struct qapi_qmp::MapEntry [] [src]

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

Fields

Trait Implementations

impl Debug for MapEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MapEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MapEntry

impl Sync for MapEntry