struct DirEnt<'a> {
name: &'a [u8],
inode: usize,
file_type: FileType,
}Fields§
§name: &'a [u8]§inode: usize§file_type: FileTypeTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DirEnt<'a>
impl<'a> RefUnwindSafe for DirEnt<'a>
impl<'a> Send for DirEnt<'a>
impl<'a> Sync for DirEnt<'a>
impl<'a> Unpin for DirEnt<'a>
impl<'a> UnwindSafe for DirEnt<'a>
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