#[repr(transparent)]pub struct INode(_);Expand description
Wraps the kernel’s struct inode.
Invariants
Instances of this type are always ref-counted, that is, a call to ihold ensures that the
allocation remains valid at least until the matching call to iput.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for INode
impl !Send for INode
impl !Sync for INode
impl Unpin for INode
impl UnwindSafe for INode
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