Struct systemstat::data::Filesystem [] [src]

pub struct Filesystem {
    pub files: usize,
    pub free: ByteSize,
    pub avail: ByteSize,
    pub total: ByteSize,
    pub name_max: usize,
    pub fs_type: String,
    pub fs_mounted_from: String,
    pub fs_mounted_on: String,
}

Fields

Trait Implementations

impl Debug for Filesystem
[src]

Formats the value using the given formatter.

impl Clone for Filesystem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more