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