Struct lsm::FileSystem [] [src]

pub struct FileSystem {
    pub id: String,
    pub name: String,
    pub total_space: u64,
    pub free_space: u64,
    pub system_id: String,
    pub pool_id: String,
    // some fields omitted
}

Fields

Identifier.

Human friendly name.

Total space in bytes.

Free space in bytes.

Identifier of owner system.

Identifier of owner pool.

Trait Implementations

impl Debug for FileSystem
[src]

[src]

Formats the value using the given formatter.

impl Clone for FileSystem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more