#[repr(C)]pub struct linux_dirent64 {
pub d_ino: ino64_t,
pub d_off: off64_t,
pub d_reclen: ushort,
pub d_type: uchar,
pub d_name: [char],
}
Expand description
Used for crate::getdents64
.
Fields§
§d_ino: ino64_t
§d_off: off64_t
§d_reclen: ushort
§d_type: uchar
§d_name: [char]