pub struct Ext4Blockdev { /* private fields */ }
Implementations§
Source§impl Ext4Blockdev
impl Ext4Blockdev
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ext4Blockdev
impl !ObjSafe for Ext4Blockdev
impl !RefUnwindSafe for Ext4Blockdev
impl Unpin for Ext4Blockdev
impl !UnwindSafe for Ext4Blockdev
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