Struct libc::dirent
#[repr(C)]
pub struct dirent {
pub d_ino: ::ino_t,
pub d_off: ::off_t,
pub d_reclen: ::c_ushort,
pub d_type: ::c_uchar,
pub d_name: [::c_char; 256],
}
Fields
pub d_ino: ::ino_t
pub d_off: ::off_t
pub d_reclen: ::c_ushort
pub d_type: ::c_uchar
pub d_name: [::c_char; 256]
Trait Implementations
impl Debug for dirent
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Hash for dirent
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)
Auto Trait Implementations
impl RefUnwindSafe for dirent
impl UnwindSafe for dirent
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T