Struct qapi_qmp::BlockdevOptionsThrottle[][src]

pub struct BlockdevOptionsThrottle {
    pub throttle_group: String,
    pub file: BlockdevRef,
}

Fields

Trait Implementations

impl Debug for BlockdevOptionsThrottle
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevOptionsThrottle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevOptionsThrottle

impl Sync for BlockdevOptionsThrottle