Struct qapi_qmp::block_resize
[−]
[src]
pub struct block_resize { pub device: Option<String>, pub node_name: Option<String>, pub size: isize, }
Fields
device: Option<String>
node_name: Option<String>
size: isize
Trait Implementations
impl Debug for block_resize
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for block_resize
[src]
fn clone(&self) -> block_resize
[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