Struct qapi_qmp::BlockdevOptionsThrottle [−][src]
pub struct BlockdevOptionsThrottle { pub throttle_group: String, pub file: BlockdevRef, }
Fields
throttle_group: String
file: BlockdevRef
Trait Implementations
impl Debug for BlockdevOptionsThrottle
[src]
impl Debug for BlockdevOptionsThrottle
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for BlockdevOptionsThrottle
[src]
impl Clone for BlockdevOptionsThrottle
fn clone(&self) -> BlockdevOptionsThrottle
[src]
fn clone(&self) -> BlockdevOptionsThrottle
Returns 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 BlockdevOptionsThrottle
impl Send for BlockdevOptionsThrottle
impl Sync for BlockdevOptionsThrottle
impl Sync for BlockdevOptionsThrottle