#[repr(C)]pub struct MemFile { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemFile
impl RefUnwindSafe for MemFile
impl !Send for MemFile
impl !Sync for MemFile
impl Unpin for MemFile
impl UnwindSafe for MemFile
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