Struct qapi_qmp::block_stream [−][src]
pub struct block_stream {
pub speed: Option<isize>,
pub job_id: Option<String>,
pub on_error: Option<BlockdevOnError>,
pub base_node: Option<String>,
pub device: String,
pub base: Option<String>,
pub backing_file: Option<String>,
}Fields
speed: Option<isize>
job_id: Option<String>
on_error: Option<BlockdevOnError>
base_node: Option<String>
device: String
base: Option<String>
backing_file: Option<String>
Trait Implementations
impl Debug for block_stream[src]
impl Debug for block_streamfn 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 block_stream[src]
impl Clone for block_streamfn clone(&self) -> block_stream[src]
fn clone(&self) -> block_streamReturns 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
impl Command for block_stream[src]
impl Command for block_streamAuto Trait Implementations
impl Send for block_stream
impl Send for block_streamimpl Sync for block_stream
impl Sync for block_stream