Struct qapi_qmp::block_set_io_throttle [−][src]
pub struct block_set_io_throttle(pub BlockIOThrottle);
Trait Implementations
impl Debug for block_set_io_throttle[src]
impl Debug for block_set_io_throttlefn 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_io_throttle[src]
impl Clone for block_set_io_throttlefn clone(&self) -> block_set_io_throttle[src]
fn clone(&self) -> block_set_io_throttleReturns 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_io_throttle[src]
impl Command for block_set_io_throttleAuto Trait Implementations
impl Send for block_set_io_throttle
impl Send for block_set_io_throttleimpl Sync for block_set_io_throttle
impl Sync for block_set_io_throttle