Struct libc::statfs64
#[repr(C)]
pub struct statfs64 {
pub f_type: ::__fsword_t,
pub f_bsize: ::__fsword_t,
pub f_blocks: u64,
pub f_bfree: u64,
pub f_bavail: u64,
pub f_files: u64,
pub f_ffree: u64,
pub f_fsid: ::fsid_t,
pub f_namelen: ::__fsword_t,
pub f_frsize: ::__fsword_t,
pub f_flags: ::__fsword_t,
pub f_spare: [::__fsword_t; 4],
}
Fields
pub f_type: ::__fsword_t
pub f_bsize: ::__fsword_t
pub f_blocks: u64
pub f_bfree: u64
pub f_bavail: u64
pub f_files: u64
pub f_ffree: u64
pub f_fsid: ::fsid_t
pub f_namelen: ::__fsword_t
pub f_frsize: ::__fsword_t
pub f_flags: ::__fsword_t
pub f_spare: [::__fsword_t; 4]
Trait Implementations
impl Debug for statfs64
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for statfs64
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for statfs64
impl StructuralPartialEq for statfs64
Auto Trait Implementations
impl RefUnwindSafe for statfs64
impl UnwindSafe for statfs64
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T