Struct libc::dirent64
#[repr(C)]
pub struct dirent64 {
pub d_ino: ::ino64_t,
pub d_off: ::off64_t,
pub d_reclen: ::c_ushort,
pub d_type: ::c_uchar,
pub d_name: [::c_char; 256],
}Fields
pub d_ino: ::ino64_tpub d_off: ::off64_tpub d_reclen: ::c_ushortpub d_type: ::c_ucharpub d_name: [::c_char; 256]Trait Implementations
impl Debug for dirent64
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Hash for dirent64
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)Auto Trait Implementations
impl RefUnwindSafe for dirent64impl UnwindSafe for dirent64Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T