pub struct InodeId { /* private fields */ }
Expand description
A filesystem inode identifier.
Implementations§
Trait Implementations§
impl Eq for InodeId
Auto Trait Implementations§
impl Freeze for InodeId
impl RefUnwindSafe for InodeId
impl Send for InodeId
impl Sync for InodeId
impl Unpin for InodeId
impl UnwindSafe for InodeId
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