Struct qapi_qmp::block_commit
[−]
[src]
pub struct block_commit { pub device: String, pub backing_file: Option<String>, pub base: Option<String>, pub job_id: Option<String>, pub top: Option<String>, pub filter_node_name: Option<String>, pub speed: Option<isize>, }
Fields
device: String
backing_file: Option<String>
base: Option<String>
job_id: Option<String>
top: Option<String>
filter_node_name: Option<String>
speed: Option<isize>
Trait Implementations
impl Debug for block_commit
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for block_commit
[src]
fn clone(&self) -> block_commit
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more