pub struct DirEntry<'name> {
pub inode: u64,
pub next_opaque_id: u64,
pub name: &'name str,
pub kind: DirentKind,
}
Fields§
§inode: u64
§next_opaque_id: u64
§name: &'name str
§kind: DirentKind
Auto Trait Implementations§
impl<'name> Freeze for DirEntry<'name>
impl<'name> RefUnwindSafe for DirEntry<'name>
impl<'name> Send for DirEntry<'name>
impl<'name> Sync for DirEntry<'name>
impl<'name> Unpin for DirEntry<'name>
impl<'name> UnwindSafe for DirEntry<'name>
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