#[repr(C)]pub struct linux_dirent64 {
pub d_ino: c_ulong,
pub d_off: c_long,
pub d_reclen: __u16,
pub d_type: __u8,
pub d_name: __IncompleteArrayField<c_char>,
}
Fields§
§d_ino: c_ulong
§d_off: c_long
§d_reclen: __u16
§d_type: __u8
§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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes