Struct qapi_qmp::BlockLatencyHistogramInfo[][src]

pub struct BlockLatencyHistogramInfo {
    pub boundaries: Vec<u64>,
    pub bins: Vec<u64>,
}

Fields

Trait Implementations

impl Debug for BlockLatencyHistogramInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockLatencyHistogramInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations