Struct ceph_safe_disk::pgmap::PGMap [] [src]

pub struct PGMap {
    pub osd_stats_sum: OsdStatsSum,
    pub pg_stats_delta: PgStatsDelta,
    pub min_last_epoch_clean: Option<i32>,
    pub stamp: String,
    pub pg_stats_sum: PgStatsSum,
    pub last_pg_scan: i32,
    pub full_ratio: f64,
    pub pool_stats: Vec<PoolStats>,
    pub version: i32,
    pub last_osdmap_epoch: i32,
    pub near_full_ratio: f64,
    pub osd_stats: Vec<OsdStats>,
    pub pg_stats: Vec<PgStats>,
}

Fields

Trait Implementations

impl Debug for PGMap
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PGMap
[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 PGMap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more