pub struct VfsInode(_);
Expand description
Data struct to store inode number for the VFS filesystem.
Trait Implementations
impl Copy for VfsInode
impl Eq for VfsInode
impl StructuralEq for VfsInode
impl StructuralPartialEq for VfsInode
Auto Trait Implementations
impl RefUnwindSafe for VfsInode
impl Send for VfsInode
impl Sync for VfsInode
impl Unpin for VfsInode
impl UnwindSafe for VfsInode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more