Struct ceph_safe_disk::pgmap::PoolStats [] [src]

pub struct PoolStats {
    pub log_size: i32,
    pub ondisk_log_size: i32,
    pub up: Option<i32>,
    pub acting: Option<i32>,
    pub poolid: i32,
    pub stat_sum: StatSum,
}

Fields

Trait Implementations

impl Debug for PoolStats
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PoolStats
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for PoolStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more