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_set
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 x_block_latency_histogram_set
[src]
impl Clone for x_block_latency_histogram_set
fn clone(&self) -> x_block_latency_histogram_set
[src]
fn clone(&self) -> x_block_latency_histogram_set
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
impl Command for x_block_latency_histogram_set
[src]
impl Command for x_block_latency_histogram_set
Auto Trait Implementations
impl Send for x_block_latency_histogram_set
impl Send for x_block_latency_histogram_set
impl Sync for x_block_latency_histogram_set
impl Sync for x_block_latency_histogram_set