Struct compat_statfs64

struct compat_statfs64 { ... }

Fields

f_type: __u32
f_bsize: __u32
f_blocks: __u64
f_bfree: __u64
f_bavail: __u64
f_files: __u64
f_ffree: __u64
f_fsid: __kernel_fsid_t
f_namelen: __u32
f_frsize: __u32
f_flags: __u32
f_spare: [__u32; 4]

Implementations

impl Clone for compat_statfs64

fn clone(self: &Self) -> compat_statfs64

impl Copy for compat_statfs64

impl Debug for compat_statfs64

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

impl Freeze for compat_statfs64

impl RefUnwindSafe for compat_statfs64

impl Send for compat_statfs64

impl Sync for compat_statfs64

impl Unpin for compat_statfs64

impl UnsafeUnpin for compat_statfs64

impl UnwindSafe for compat_statfs64

impl<T> Any for compat_statfs64

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for compat_statfs64

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

impl<T> BorrowMut for compat_statfs64

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

impl<T> CloneToUninit for compat_statfs64

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for compat_statfs64

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for compat_statfs64

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 compat_statfs64

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

impl<T, U> TryInto for compat_statfs64

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