pub struct MemoryMappedFile(/* private fields */);Expand description
Async wrapper for read only mmap
Implementations§
Auto Trait Implementations§
impl Freeze for MemoryMappedFile
impl RefUnwindSafe for MemoryMappedFile
impl Send for MemoryMappedFile
impl Sync for MemoryMappedFile
impl Unpin for MemoryMappedFile
impl UnwindSafe for MemoryMappedFile
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