Struct statfs64
struct statfs64 { ... }
Fields
f_type: __kernel_long_tf_bsize: __kernel_long_tf_blocks: __u64f_bfree: __u64f_bavail: __u64f_files: __u64f_ffree: __u64f_fsid: __kernel_fsid_tf_namelen: __kernel_long_tf_frsize: __kernel_long_tf_flags: __kernel_long_tf_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) -> TReturns the argument unchanged.
impl<T, U> Into for statfs64
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses 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>