pub struct InodeKey {
pub dev: u64,
pub inode: u64,
}Fields§
§dev: u64§inode: u64Trait Implementations§
impl Eq for InodeKey
impl StructuralPartialEq for InodeKey
Auto Trait Implementations§
impl Freeze for InodeKey
impl RefUnwindSafe for InodeKey
impl Send for InodeKey
impl Sync for InodeKey
impl Unpin for InodeKey
impl UnwindSafe for InodeKey
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