Struct qapi_qmp::XBZRLECacheStats[][src]

pub struct XBZRLECacheStats {
    pub cache_miss_rate: f64,
    pub overflow: isize,
    pub cache_miss: isize,
    pub cache_size: isize,
    pub bytes: isize,
    pub pages: isize,
}

Fields

Trait Implementations

impl Debug for XBZRLECacheStats
[src]

Formats the value using the given formatter. Read more

impl Clone for XBZRLECacheStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for XBZRLECacheStats

impl Sync for XBZRLECacheStats