pub struct MmapFile {
pub file: File,
pub mmap: MmapMut,
}
Fields§
§file: File
§mmap: MmapMut
Trait Implementations§
Source§impl BufferBackend for MmapFile
impl BufferBackend for MmapFile
Auto Trait Implementations§
impl Freeze for MmapFile
impl RefUnwindSafe for MmapFile
impl Send for MmapFile
impl Sync for MmapFile
impl Unpin for MmapFile
impl UnwindSafe for MmapFile
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