Struct qapi_qmp::blockdev_open_tray[][src]

pub struct blockdev_open_tray {
    pub device: Option<String>,
    pub id: Option<String>,
    pub force: Option<bool>,
}

Fields

Trait Implementations

impl Debug for blockdev_open_tray
[src]

Formats the value using the given formatter. Read more

impl Clone for blockdev_open_tray
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for blockdev_open_tray
[src]

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

Auto Trait Implementations

impl Send for blockdev_open_tray

impl Sync for blockdev_open_tray