Struct qapi_qmp::BlockIOThrottle [−][src]
pub struct BlockIOThrottle {
pub iops_max_length: Option<isize>,
pub bps_wr_max_length: Option<isize>,
pub iops_wr_max_length: Option<isize>,
pub bps_rd: isize,
pub bps_rd_max_length: Option<isize>,
pub bps_max_length: Option<isize>,
pub iops_wr: isize,
pub iops_rd_max_length: Option<isize>,
pub iops_wr_max: Option<isize>,
pub id: Option<String>,
pub iops_size: Option<isize>,
pub bps_wr_max: Option<isize>,
pub bps_max: Option<isize>,
pub iops_rd_max: Option<isize>,
pub bps_wr: isize,
pub iops_max: Option<isize>,
pub device: Option<String>,
pub iops_rd: isize,
pub group: Option<String>,
pub bps_rd_max: Option<isize>,
pub iops: isize,
pub bps: isize,
}Fields
iops_max_length: Option<isize>
bps_wr_max_length: Option<isize>
iops_wr_max_length: Option<isize>
bps_rd: isize
bps_rd_max_length: Option<isize>
bps_max_length: Option<isize>
iops_wr: isize
iops_rd_max_length: Option<isize>
iops_wr_max: Option<isize>
id: Option<String>
iops_size: Option<isize>
bps_wr_max: Option<isize>
bps_max: Option<isize>
iops_rd_max: Option<isize>
bps_wr: isize
iops_max: Option<isize>
device: Option<String>
iops_rd: isize
group: Option<String>
bps_rd_max: Option<isize>
iops: isize
bps: isize
Trait Implementations
impl Debug for BlockIOThrottle[src]
impl Debug for BlockIOThrottlefn 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 BlockIOThrottle[src]
impl Clone for BlockIOThrottlefn clone(&self) -> BlockIOThrottle[src]
fn clone(&self) -> BlockIOThrottleReturns 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
Auto Trait Implementations
impl Send for BlockIOThrottle
impl Send for BlockIOThrottleimpl Sync for BlockIOThrottle
impl Sync for BlockIOThrottle