Struct qapi_qmp::blockdev_remove_medium[][src]

pub struct blockdev_remove_medium {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for blockdev_remove_medium
[src]

Formats the value using the given formatter. Read more

impl Clone for blockdev_remove_medium
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for blockdev_remove_medium
[src]

NAME: &'static str = "blockdev-remove-medium"

Auto Trait Implementations