pub struct Ext4FileSystem { /* private fields */ }Expand description
EXT4 Filesystem wrapper for Strat9-OS
Implementations§
Source§impl Ext4FileSystem
Strat9-OS filesystem operations
impl Ext4FileSystem
Strat9-OS filesystem operations
Auto Trait Implementations§
impl Freeze for Ext4FileSystem
impl RefUnwindSafe for Ext4FileSystem
impl Send for Ext4FileSystem
impl Sync for Ext4FileSystem
impl Unpin for Ext4FileSystem
impl UnsafeUnpin for Ext4FileSystem
impl UnwindSafe for Ext4FileSystem
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