Struct ceph_safe_disk::pgmap::PgStatsSum [] [src]

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

Fields

Trait Implementations

impl Debug for PgStatsSum
[src]

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more