pub struct LinuxInode(/* private fields */);Expand description
Non-zero inode number scoped to one mounted filesystem.
Implementations§
Trait Implementations§
Source§impl Clone for LinuxInode
impl Clone for LinuxInode
Source§fn clone(&self) -> LinuxInode
fn clone(&self) -> LinuxInode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinuxInode
impl Debug for LinuxInode
Source§impl Hash for LinuxInode
impl Hash for LinuxInode
Source§impl Ord for LinuxInode
impl Ord for LinuxInode
Source§fn cmp(&self, other: &LinuxInode) -> Ordering
fn cmp(&self, other: &LinuxInode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LinuxInode
impl PartialEq for LinuxInode
Source§impl PartialOrd for LinuxInode
impl PartialOrd for LinuxInode
impl Copy for LinuxInode
impl Eq for LinuxInode
impl StructuralPartialEq for LinuxInode
Auto Trait Implementations§
impl Freeze for LinuxInode
impl RefUnwindSafe for LinuxInode
impl Send for LinuxInode
impl Sync for LinuxInode
impl Unpin for LinuxInode
impl UnwindSafe for LinuxInode
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