Struct qapi_qmp::block_resize[][src]

pub struct block_resize {
    pub size: isize,
    pub node_name: Option<String>,
    pub device: Option<String>,
}

Fields

Trait Implementations

impl Debug for block_resize
[src]

Formats the value using the given formatter. Read more

impl Clone for block_resize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for block_resize
[src]

NAME: &'static str = "block_resize"

Auto Trait Implementations

impl Send for block_resize

impl Sync for block_resize