pub struct MmapLogReg { /* private fields */ }
Expand description
MmaplogReg
mmaps the frontend bitmap backing memory in the current process.
Trait Implementations§
Source§impl Debug for MmapLogReg
impl Debug for MmapLogReg
Source§impl Drop for MmapLogReg
impl Drop for MmapLogReg
Source§impl Index<usize> for MmapLogReg
impl Index<usize> for MmapLogReg
impl Send for MmapLogReg
impl Sync for MmapLogReg
Auto Trait Implementations§
impl Freeze for MmapLogReg
impl RefUnwindSafe for MmapLogReg
impl Unpin for MmapLogReg
impl UnwindSafe for MmapLogReg
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