Struct linux_raw_sys::general::linux_dirent64
source · [−]#[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 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more