pub struct RandFileWriterMmap { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for RandFileWriterMmap
impl Debug for RandFileWriterMmap
Auto Trait Implementations§
impl Freeze for RandFileWriterMmap
impl RefUnwindSafe for RandFileWriterMmap
impl Send for RandFileWriterMmap
impl Sync for RandFileWriterMmap
impl Unpin for RandFileWriterMmap
impl UnwindSafe for RandFileWriterMmap
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