Struct qapi_qmp::BlockStats
[−]
[src]
pub struct BlockStats { pub node_name: Option<String>, pub device: Option<String>, pub backing: Option<Box<BlockStats>>, pub parent: Option<Box<BlockStats>>, pub stats: BlockDeviceStats, }
Fields
node_name: Option<String>
device: Option<String>
backing: Option<Box<BlockStats>>
parent: Option<Box<BlockStats>>
stats: BlockDeviceStats
Trait Implementations
impl Debug for BlockStats
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for BlockStats
[src]
fn clone(&self) -> BlockStats
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more