Struct qapi_qmp::BlockStats[][src]

pub struct BlockStats {
    pub backing: Option<Box<BlockStats>>,
    pub stats: BlockDeviceStats,
    pub parent: Option<Box<BlockStats>>,
    pub device: Option<String>,
    pub node_name: Option<String>,
}

Fields

Trait Implementations

impl Debug for BlockStats
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockStats

impl Sync for BlockStats