#[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 i8,
}Fields§
§start: i64§length: i64§data: bool§zero: bool§depth: i64§has_offset: bool§offset: i64§has_filename: bool§filename: *mut i8Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapEntry
impl RefUnwindSafe for MapEntry
impl !Send for MapEntry
impl !Sync for MapEntry
impl Unpin for MapEntry
impl UnwindSafe for MapEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more