Struct qapi_qmp::x_block_latency_histogram_set [−][src]
pub struct x_block_latency_histogram_set {
pub boundaries: Option<Vec<u64>>,
pub device: String,
pub boundaries_read: Option<Vec<u64>>,
pub boundaries_write: Option<Vec<u64>>,
pub boundaries_flush: Option<Vec<u64>>,
}Fields
boundaries: Option<Vec<u64>>
device: String
boundaries_read: Option<Vec<u64>>
boundaries_write: Option<Vec<u64>>
boundaries_flush: Option<Vec<u64>>
Trait Implementations
impl Debug for x_block_latency_histogram_set[src]
impl Debug for x_block_latency_histogram_setfn 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 x_block_latency_histogram_set[src]
impl Clone for x_block_latency_histogram_setfn clone(&self) -> x_block_latency_histogram_set[src]
fn clone(&self) -> x_block_latency_histogram_setReturns 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
impl Command for x_block_latency_histogram_set[src]
impl Command for x_block_latency_histogram_setAuto Trait Implementations
impl Send for x_block_latency_histogram_set
impl Send for x_block_latency_histogram_setimpl Sync for x_block_latency_histogram_set
impl Sync for x_block_latency_histogram_set