#[repr(C)]pub struct dirent64 {
pub d_ino: u64,
pub d_off: i64,
pub d_reclen: u16,
pub d_type: u8,
pub d_name: [u8; 256],
}Fields§
§d_ino: u64§d_off: i64§d_reclen: u16§d_type: u8§d_name: [u8; 256]Trait Implementations§
Source§impl HasEagerType for dirent64
impl HasEagerType for dirent64
fn eager_file_type(&self) -> c_uchar
Source§impl MeasureNameLen for dirent64
impl MeasureNameLen for dirent64
fn measure_name_len<'s>(&self, s: NullTermStr<'s>) -> &'s MeasuredNullTermStr
impl Copy for dirent64
Auto Trait Implementations§
impl Freeze for dirent64
impl RefUnwindSafe for dirent64
impl Send for dirent64
impl Sync for dirent64
impl Unpin for dirent64
impl UnwindSafe for dirent64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more