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
data: bool
zero: bool
depth: isize
start: isize
length: isize
filename: Option<String>
offset: Option<isize>
Trait Implementations
impl Debug for MapEntry
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more