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

Trait Implementations

impl Debug for BlockIOThrottle
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockIOThrottle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockIOThrottle

impl Sync for BlockIOThrottle