Struct nix::dir::Entry
#[repr(transparent)]
pub struct Entry(_);
Documentation
A directory entry, similar to std::fs::DirEntry
.
Note that unlike the std version, this may represent the .
or ..
entries.
Implementations
Trait Implementations
impl Debug for Entry
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for Entry
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for Entry
impl StructuralPartialEq for Entry
Auto Trait Implementations
impl RefUnwindSafe for Entry
impl UnwindSafe for Entry
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T