pub struct EsMMap {
pub protection: i32,
pub max_protection: i32,
pub flags: i32,
pub file_pos: u64,
pub source: EsFile,
}
Fields§
§protection: i32
§max_protection: i32
§flags: i32
§file_pos: u64
§source: EsFile
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsMMap
impl RefUnwindSafe for EsMMap
impl Send for EsMMap
impl Sync for EsMMap
impl Unpin for EsMMap
impl UnwindSafe for EsMMap
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