Struct emerald_kernel_user_link::file::DirEntry
source · #[repr(C)]pub struct DirEntry {
pub stat: FileStat,
pub name: DirFilename,
}
Fields§
§stat: FileStat
§name: DirFilename
Implementations§
Trait Implementations§
source§impl PartialEq for DirEntry
impl PartialEq for DirEntry
impl Copy for DirEntry
impl Eq for DirEntry
impl StructuralEq for DirEntry
impl StructuralPartialEq for DirEntry
Auto Trait Implementations§
impl RefUnwindSafe for DirEntry
impl Send for DirEntry
impl Sync for DirEntry
impl Unpin for DirEntry
impl UnwindSafe for DirEntry
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