Struct qapi_qmp::blockdev_del[][src]

pub struct blockdev_del {
    pub node_name: String,
}

Fields

Trait Implementations

impl Debug for blockdev_del
[src]

Formats the value using the given formatter. Read more

impl Clone for blockdev_del
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for blockdev_del
[src]

NAME: &'static str = "blockdev-del"

Auto Trait Implementations

impl Send for blockdev_del

impl Sync for blockdev_del