Struct nix::sys::statfs::Statfs   [−][src]
#[repr(transparent)]pub struct Statfs(_);
Implementations
impl Statfs[src]
impl Statfs[src]pub fn filesystem_type(&self) -> FsType[src]
Magic code defining system type
pub fn optimal_transfer_size(&self) -> c_long[src]
Optimal transfer block size
pub fn block_size(&self) -> c_long[src]
Size of a block
pub fn maximum_name_length(&self) -> c_long[src]
Maximum length of filenames
pub fn blocks(&self) -> c_ulong[src]
Total data blocks in filesystem
pub fn blocks_free(&self) -> c_ulong[src]
Free blocks in filesystem
pub fn blocks_available(&self) -> c_ulong[src]
Free blocks available to unprivileged user
pub fn files(&self) -> c_ulong[src]
Total file nodes in filesystem
pub fn files_free(&self) -> c_ulong[src]
Free file nodes in filesystem
pub fn filesystem_id(&self) -> fsid_t[src]
Filesystem ID