Struct ceph_rust::rados::Struct_rados_cluster_stat_t [] [src]

pub struct Struct_rados_cluster_stat_t {
    pub kb: uint64_t,
    pub kb_used: uint64_t,
    pub kb_avail: uint64_t,
    pub num_objects: uint64_t,
}

Fields

Trait Implementations

impl Copy for Struct_rados_cluster_stat_t
[src]

impl Debug for Struct_rados_cluster_stat_t
[src]

[]

Formats the value using the given formatter.

impl Clone for Struct_rados_cluster_stat_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Default for Struct_rados_cluster_stat_t
[src]

[]

Returns the "default value" for a type. Read more