Struct nix::sys::statvfs::Statvfs[][src]

#[repr(C)]
pub struct Statvfs(_);

Wrapper around the POSIX statvfs struct

For more information see the statvfs(3) man pages.

Methods

impl Statvfs
[src]

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

Get the mount flags

Get the maximum filename length

Trait Implementations

impl Clone for Statvfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Statvfs
[src]

Auto Trait Implementations

impl Send for Statvfs

impl Sync for Statvfs