Struct qapi_qmp::BlockLatencyHistogramInfo [−][src]
Fields
bins: Vec<u64>
boundaries: Vec<u64>
Trait Implementations
impl Debug for BlockLatencyHistogramInfo[src]
impl Debug for BlockLatencyHistogramInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockLatencyHistogramInfo[src]
impl Clone for BlockLatencyHistogramInfofn clone(&self) -> BlockLatencyHistogramInfo[src]
fn clone(&self) -> BlockLatencyHistogramInfoReturns 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 BlockLatencyHistogramInfoimpl Sync for BlockLatencyHistogramInfo
impl Sync for BlockLatencyHistogramInfo