Struct qapi_qmp::block_resize [−][src]
pub struct block_resize {
pub size: isize,
pub node_name: Option<String>,
pub device: Option<String>,
}Fields
size: isize
node_name: Option<String>
device: Option<String>
Trait Implementations
impl Debug for block_resize[src]
impl Debug for block_resizefn 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_resize[src]
impl Clone for block_resizefn clone(&self) -> block_resize[src]
fn clone(&self) -> block_resizeReturns 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_resize[src]
impl Command for block_resizeAuto Trait Implementations
impl Send for block_resize
impl Send for block_resizeimpl Sync for block_resize
impl Sync for block_resize