Function nix::sys::statfs::statfs

pub fn statfs<P: ?Sized + NixPath>(path: &P) -> Result<Statfs>
Documentation

Describes a mounted file system.

The result is OS-dependent. For a portabable alternative, see statvfs.

Arguments

path - Path to any file within the file system to describe