Struct qapi_qmp::blockdev_close_tray[][src]

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

Fields

Trait Implementations

impl Debug for blockdev_close_tray
[src]

Formats the value using the given formatter. Read more

impl Clone for blockdev_close_tray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for blockdev_close_tray
[src]

NAME: &'static str = "blockdev-close-tray"

Auto Trait Implementations