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 BlockStatsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockStats[src]
impl Clone for BlockStatsfn clone(&self) -> BlockStats[src]
fn clone(&self) -> BlockStatsReturns 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 BlockStatsimpl Sync for BlockStats
impl Sync for BlockStats