Struct statfs64

struct statfs64 { ... }

Fields

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

Implementations

impl Clone for statfs64

fn clone(self: &Self) -> statfs64

impl Copy for statfs64

impl Debug for statfs64

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

impl Freeze for statfs64

impl RefUnwindSafe for statfs64

impl Send for statfs64

impl Sync for statfs64

impl Unpin for statfs64

impl UnsafeUnpin for statfs64

impl UnwindSafe for statfs64

impl<T> Any for statfs64

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for statfs64

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

impl<T> BorrowMut for statfs64

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

impl<T> CloneToUninit for statfs64

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

impl<T> From for statfs64

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for 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 statfs64

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

impl<T, U> TryInto for statfs64

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