Struct qapi_qmp::BlockDeviceInfo[][src]

pub struct BlockDeviceInfo {
    pub encryption_key_missing: bool,
    pub iops: isize,
    pub iops_rd: isize,
    pub iops_wr_max: Option<isize>,
    pub iops_wr_max_length: Option<isize>,
    pub detect_zeroes: BlockdevDetectZeroesOptions,
    pub bps_rd_max: Option<isize>,
    pub iops_rd_max: Option<isize>,
    pub file: String,
    pub drv: String,
    pub bps_rd: isize,
    pub bps_wr_max: Option<isize>,
    pub iops_max_length: Option<isize>,
    pub group: Option<String>,
    pub bps_max: Option<isize>,
    pub iops_rd_max_length: Option<isize>,
    pub bps_rd_max_length: Option<isize>,
    pub backing_file_depth: isize,
    pub backing_file: Option<String>,
    pub cache: BlockdevCacheInfo,
    pub image: ImageInfo,
    pub ro: bool,
    pub node_name: Option<String>,
    pub bps_wr_max_length: Option<isize>,
    pub iops_max: Option<isize>,
    pub iops_wr: isize,
    pub encrypted: bool,
    pub iops_size: Option<isize>,
    pub bps_max_length: Option<isize>,
    pub write_threshold: isize,
    pub bps: isize,
    pub bps_wr: isize,
}

Fields

Trait Implementations

impl Debug for BlockDeviceInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockDeviceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockDeviceInfo

impl Sync for BlockDeviceInfo