Struct libc::statvfs64
#[repr(C)]
pub struct statvfs64 {
pub f_bsize: ::c_ulong,
pub f_frsize: ::c_ulong,
pub f_blocks: u64,
pub f_bfree: u64,
pub f_bavail: u64,
pub f_files: u64,
pub f_ffree: u64,
pub f_favail: u64,
pub f_fsid: ::c_ulong,
pub f_flag: ::c_ulong,
pub f_namemax: ::c_ulong,
/* some fields hidden */
}
Fields
pub f_bsize: ::c_ulong
pub f_frsize: ::c_ulong
pub f_blocks: u64
pub f_bfree: u64
pub f_bavail: u64
pub f_files: u64
pub f_ffree: u64
pub f_favail: u64
pub f_fsid: ::c_ulong
pub f_flag: ::c_ulong
pub f_namemax: ::c_ulong
Trait Implementations
impl Debug for statvfs64
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for statvfs64
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for statvfs64
impl StructuralPartialEq for statvfs64
Auto Trait Implementations
impl RefUnwindSafe for statvfs64
impl UnwindSafe for statvfs64
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T