Struct qapi_qmp::block_commit [−][src]
pub struct block_commit { pub backing_file: Option<String>, pub job_id: Option<String>, pub base: Option<String>, pub device: String, pub filter_node_name: Option<String>, pub speed: Option<isize>, pub top: Option<String>, }
Fields
backing_file: Option<String>
job_id: Option<String>
base: Option<String>
device: String
filter_node_name: Option<String>
speed: Option<isize>
top: Option<String>
Trait Implementations
impl Debug for block_commit
[src]
impl Debug for block_commit
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_commit
[src]
impl Clone for block_commit
fn clone(&self) -> block_commit
[src]
fn clone(&self) -> block_commit
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_commit
[src]
impl Command for block_commit
Auto Trait Implementations
impl Send for block_commit
impl Send for block_commit
impl Sync for block_commit
impl Sync for block_commit