pub fn statfs<P: ?Sized + NixPath>(path: &P) -> Result<Statfs>
Describes a mounted file system.
The result is OS-dependent. For a portable alternative, see statvfs.
statvfs
path - Path to any file within the file system to describe
path