Struct qapi_qmp::BlockLatencyHistogramInfo [−][src]
Fields
bins: Vec<u64>
boundaries: Vec<u64>
Trait Implementations
impl Debug for BlockLatencyHistogramInfo
[src]
impl Debug for BlockLatencyHistogramInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockLatencyHistogramInfo
[src]
impl Clone for BlockLatencyHistogramInfo
fn clone(&self) -> BlockLatencyHistogramInfo
[src]
fn clone(&self) -> BlockLatencyHistogramInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for BlockLatencyHistogramInfo
impl Send for BlockLatencyHistogramInfo
impl Sync for BlockLatencyHistogramInfo
impl Sync for BlockLatencyHistogramInfo