Struct qapi_qmp::block_set_write_threshold[][src]

pub struct block_set_write_threshold {
    pub node_name: String,
    pub write_threshold: u64,
}

Fields

Trait Implementations

impl Debug for block_set_write_threshold
[src]

Formats the value using the given formatter. Read more

impl Clone for block_set_write_threshold
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for block_set_write_threshold
[src]

NAME: &'static str = "block-set-write-threshold"

Auto Trait Implementations

impl Send for block_set_write_threshold

impl Sync for block_set_write_threshold