pub struct VfsInode(/* private fields */);
Expand description
Data struct to store inode number for the VFS filesystem.
Trait Implementations§
impl Copy for VfsInode
impl Eq for VfsInode
impl StructuralPartialEq for VfsInode
Auto Trait Implementations§
impl Freeze for VfsInode
impl RefUnwindSafe for VfsInode
impl Send for VfsInode
impl Sync for VfsInode
impl Unpin for VfsInode
impl UnwindSafe for VfsInode
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