pub struct Inode(/* private fields */);
Expand description
An inode number.
All inodes are numbered sequentially starting from 1 (inode 0 is invalid).
Implementations§
Trait Implementations§
Source§impl Ord for Inode
impl Ord for Inode
Source§impl PartialOrd for Inode
impl PartialOrd for Inode
impl Copy for Inode
impl Eq for Inode
impl StructuralPartialEq for Inode
Auto Trait Implementations§
impl Freeze for Inode
impl RefUnwindSafe for Inode
impl Send for Inode
impl Sync for Inode
impl Unpin for Inode
impl UnwindSafe for Inode
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