pub struct Ext4 { /* private fields */ }Expand description
Read-only access to an ext4 filesystem.
Implementations§
Auto Trait Implementations§
impl !Freeze for Ext4
impl !RefUnwindSafe for Ext4
impl !Send for Ext4
impl !Sync for Ext4
impl Unpin for Ext4
impl !UnwindSafe for Ext4
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