Struct qapi_qmp::BlockStats [−][src]
pub struct BlockStats { pub device: Option<String>, pub qdev: Option<String>, pub node_name: Option<String>, pub backing: Option<Box<BlockStats>>, pub stats: BlockDeviceStats, pub parent: Option<Box<BlockStats>>, }
Fields
device: Option<String>
qdev: Option<String>
node_name: Option<String>
backing: Option<Box<BlockStats>>
stats: BlockDeviceStats
parent: Option<Box<BlockStats>>
Trait Implementations
impl Debug for BlockStats
[src]
impl Debug for BlockStats
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 BlockStats
[src]
impl Clone for BlockStats
fn clone(&self) -> BlockStats
[src]
fn clone(&self) -> BlockStats
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 BlockStats
impl Send for BlockStats
impl Sync for BlockStats
impl Sync for BlockStats