#[repr(C)]pub struct DirCookie(/* private fields */);Expand description
A reference to the offset of a directory entry.
Implementations§
Trait Implementations§
impl Copy for DirCookie
impl Eq for DirCookie
impl StructuralPartialEq for DirCookie
Auto Trait Implementations§
impl Freeze for DirCookie
impl RefUnwindSafe for DirCookie
impl Send for DirCookie
impl Sync for DirCookie
impl Unpin for DirCookie
impl UnwindSafe for DirCookie
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