Struct linux_dirent64

struct linux_dirent64 { ... }

Fields

d_ino: c_ulong
d_off: c_long
d_reclen: __u16
d_type: __u8
d_name: __IncompleteArrayField<c_char>

Implementations

impl Debug for linux_dirent64

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

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 UnsafeUnpin for linux_dirent64

impl UnwindSafe for linux_dirent64

impl<T> Any for linux_dirent64

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for linux_dirent64

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for linux_dirent64

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for linux_dirent64

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for linux_dirent64

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for linux_dirent64

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for linux_dirent64

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>