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: DirentKindAuto 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