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

Trait Implementations

impl Debug for x_block_latency_histogram_set
[src]

Formats the value using the given formatter. Read more

impl Clone for x_block_latency_histogram_set
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for x_block_latency_histogram_set
[src]

NAME: &'static str = "x-block-latency-histogram-set"

Auto Trait Implementations

impl Send for x_block_latency_histogram_set

impl Sync for x_block_latency_histogram_set