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