Struct qapi_qmp::x_blockdev_remove_medium [] [src]

pub struct x_blockdev_remove_medium {
    pub id: Option<String>,
    pub device: Option<String>,
}

Fields

Trait Implementations

impl Debug for x_blockdev_remove_medium
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for x_blockdev_remove_medium
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Command for x_blockdev_remove_medium
[src]

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

Auto Trait Implementations