pub struct MappedFile {
pub name: String,
pub regions: Vec<MappedFileRegion>,
}Expand description
Type that describes a mapped file
Fields§
§name: StringFile name
regions: Vec<MappedFileRegion>File regions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MappedFile
impl RefUnwindSafe for MappedFile
impl Send for MappedFile
impl Sync for MappedFile
impl Unpin for MappedFile
impl UnsafeUnpin for MappedFile
impl UnwindSafe for MappedFile
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