Struct floppy_disk::mem::MemFileType
source · pub struct MemFileType(_);Trait Implementations§
source§impl Debug for MemFileType
impl Debug for MemFileType
Auto Trait Implementations§
impl RefUnwindSafe for MemFileType
impl Send for MemFileType
impl Sync for MemFileType
impl Unpin for MemFileType
impl UnwindSafe for MemFileType
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