Struct ceph::rados::Struct_rados_cluster_stat_t [] [src]

#[repr(C)]
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]

[src]

Formats the value using the given formatter. Read more

impl Clone for Struct_rados_cluster_stat_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Struct_rados_cluster_stat_t
[src]

[src]

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

Auto Trait Implementations