#[repr(C)]pub struct linux_dirent64 {
pub d_ino: c_ulonglong,
pub d_off: c_longlong,
pub d_reclen: c_ushort,
pub d_type: c_uchar,
pub d_name: __IncompleteArrayField<c_char>,
}
Fields§
§d_ino: c_ulonglong
§d_off: c_longlong
§d_reclen: c_ushort
§d_type: c_uchar
§d_name: __IncompleteArrayField<c_char>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for linux_dirent64
impl RefUnwindSafe for linux_dirent64
impl Send for linux_dirent64
impl Sync for linux_dirent64
impl Unpin for linux_dirent64
impl UnwindSafe for linux_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