#[repr(transparent)]pub struct DEntry(_);
Expand description
Wraps the kernel’s struct dentry
.
Invariants
Instances of this type are always ref-counted, that is, a call to dget
ensures that the
allocation remains valid at least until the matching call to dput
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DEntry
impl !Send for DEntry
impl !Sync for DEntry
impl Unpin for DEntry
impl UnwindSafe for DEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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