Struct qapi_qmp::block_set_write_threshold [−][src]
Fields
node_name: String
write_threshold: u64
Trait Implementations
impl Debug for block_set_write_threshold[src]
impl Debug for block_set_write_thresholdfn 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 block_set_write_threshold[src]
impl Clone for block_set_write_thresholdfn clone(&self) -> block_set_write_threshold[src]
fn clone(&self) -> block_set_write_thresholdReturns 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 block_set_write_threshold[src]
impl Command for block_set_write_thresholdAuto Trait Implementations
impl Send for block_set_write_threshold
impl Send for block_set_write_thresholdimpl Sync for block_set_write_threshold
impl Sync for block_set_write_threshold