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