Struct qapi_qmp::BlockIOThrottle [] [src]

pub struct BlockIOThrottle {
    pub bps: isize,
    pub iops_rd_max: Option<isize>,
    pub iops_rd: isize,
    pub bps_rd: isize,
    pub bps_max_length: Option<isize>,
    pub iops_wr_max: Option<isize>,
    pub iops_rd_max_length: Option<isize>,
    pub group: Option<String>,
    pub bps_wr_max: Option<isize>,
    pub iops: isize,
    pub iops_wr_max_length: Option<isize>,
    pub device: Option<String>,
    pub bps_rd_max_length: Option<isize>,
    pub iops_wr: isize,
    pub iops_max: Option<isize>,
    pub iops_size: Option<isize>,
    pub id: Option<String>,
    pub bps_rd_max: Option<isize>,
    pub bps_max: Option<isize>,
    pub bps_wr: isize,
    pub iops_max_length: Option<isize>,
    pub bps_wr_max_length: Option<isize>,
}

Fields

Trait Implementations

impl Debug for BlockIOThrottle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BlockIOThrottle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations