pub struct InodeRef(pub u64);
Expand description
A unique reference to an inode.
This identifies an inode by position in the archive.
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Ord for InodeRef
impl Ord for InodeRef
Source§impl PartialOrd for InodeRef
impl PartialOrd for InodeRef
impl Copy for InodeRef
impl Eq for InodeRef
impl StructuralPartialEq for InodeRef
Auto Trait Implementations§
impl Freeze for InodeRef
impl RefUnwindSafe for InodeRef
impl Send for InodeRef
impl Sync for InodeRef
impl Unpin for InodeRef
impl UnwindSafe for InodeRef
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