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_stream
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for block_stream
[src]
impl Clone for block_stream
fn clone(&self) -> block_stream
[src]
fn clone(&self) -> block_stream
Returns 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_stream
Auto Trait Implementations
impl Send for block_stream
impl Send for block_stream
impl Sync for block_stream
impl Sync for block_stream