#[repr(C)]pub struct NC_memio { /* private fields */ }Available on crate features
has-mmap and 4.6.2 only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for NC_memio
impl RefUnwindSafe for NC_memio
impl !Send for NC_memio
impl !Sync for NC_memio
impl Unpin for NC_memio
impl UnwindSafe for NC_memio
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