Struct libc::statvfs
#[repr(C)]
pub struct statvfs {
pub f_bsize: ::c_ulong,
pub f_frsize: ::c_ulong,
pub f_blocks: ::fsblkcnt_t,
pub f_bfree: ::fsblkcnt_t,
pub f_bavail: ::fsblkcnt_t,
pub f_files: ::fsfilcnt_t,
pub f_ffree: ::fsfilcnt_t,
pub f_favail: ::fsfilcnt_t,
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: ::fsblkcnt_t
pub f_bfree: ::fsblkcnt_t
pub f_bavail: ::fsblkcnt_t
pub f_files: ::fsfilcnt_t
pub f_ffree: ::fsfilcnt_t
pub f_favail: ::fsfilcnt_t
pub f_fsid: ::c_ulong
pub f_flag: ::c_ulong
pub f_namemax: ::c_ulong
Trait Implementations
impl Debug for statvfs
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for statvfs
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for statvfs
impl StructuralPartialEq for statvfs
Auto Trait Implementations
impl RefUnwindSafe for statvfs
impl UnwindSafe for statvfs
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T