Struct qapi_qmp::block_stream[][src]

pub struct block_stream {
    pub base_node: Option<String>,
    pub on_error: Option<BlockdevOnError>,
    pub base: Option<String>,
    pub speed: Option<isize>,
    pub job_id: Option<String>,
    pub backing_file: Option<String>,
    pub device: String,
}

Fields

Trait Implementations

impl Debug for block_stream
[src]

Formats the value using the given formatter. Read more

impl Clone for block_stream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for block_stream
[src]

NAME: &'static str = "block-stream"

Auto Trait Implementations