pub struct MemRegionWithMappingInfo {
mem: MemoryMapping,
pub mapping_info: Vec<FileMappingInfo>,
}Expand description
Memory regions where ext2 metadata were written with information of mmap operations to be done.
Fields§
§mem: MemoryMapping§mapping_info: Vec<FileMappingInfo>Implementations§
Auto Trait Implementations§
impl Freeze for MemRegionWithMappingInfo
impl RefUnwindSafe for MemRegionWithMappingInfo
impl Send for MemRegionWithMappingInfo
impl Sync for MemRegionWithMappingInfo
impl Unpin for MemRegionWithMappingInfo
impl UnwindSafe for MemRegionWithMappingInfo
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