Struct panda_sys::MapEntry [−][src]
#[repr(C)]pub struct MapEntry { pub start: i64, pub length: i64, pub data: bool, pub zero: bool, pub depth: i64, pub has_offset: bool, pub offset: i64, pub has_filename: bool, pub filename: *mut c_char, }
Fields
start: i64length: i64data: boolzero: booldepth: i64has_offset: booloffset: i64has_filename: boolfilename: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MapEntryimpl UnwindSafe for MapEntryBlanket Implementations
Mutably borrows from an owned value. Read more