Struct nix::sys::statvfs::Statvfs [−][src]
#[repr(transparent)]pub struct Statvfs(_);
Expand description
Wrapper around the POSIX statvfs
struct
For more information see the statvfs(3)
man pages.
Implementations
get the file system block size
Get the fundamental file system block size
Get the number of blocks.
Units are in units of fragment_size()
Get the number of free blocks in the file system
Get the number of free blocks for unprivileged users
Get the total number of file inodes
Get the number of free file inodes
Get the number of free file inodes for unprivileged users
Get the file system id
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Statvfs
impl UnwindSafe for Statvfs
Blanket Implementations
Mutably borrows from an owned value. Read more