Struct cyfs_lib::NamedDataCacheStat
source · pub struct NamedDataCacheStat {
pub count: u64,
pub storage_size: u64,
}
Fields§
§count: u64
§storage_size: u64
Trait Implementations§
source§impl Clone for NamedDataCacheStat
impl Clone for NamedDataCacheStat
source§fn clone(&self) -> NamedDataCacheStat
fn clone(&self) -> NamedDataCacheStat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more