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_tpub d_off: ::off_tpub d_reclen: ::c_ushortpub d_type: ::c_ucharpub d_name: [::c_char; 256]Trait Implementations
impl Debug for dirent
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Hash for dirent
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)Auto Trait Implementations
impl RefUnwindSafe for direntimpl UnwindSafe for direntBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T