Struct qapi_qmp::DEVICE_TRAY_MOVED[][src]

pub struct DEVICE_TRAY_MOVED {
    pub tray_open: bool,
    pub id: String,
    pub device: String,
}

Fields

Trait Implementations

impl Debug for DEVICE_TRAY_MOVED
[src]

Formats the value using the given formatter. Read more

impl Clone for DEVICE_TRAY_MOVED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for DEVICE_TRAY_MOVED
[src]

NAME: &'static str = "DEVICE_TRAY_MOVED"

Auto Trait Implementations

impl Send for DEVICE_TRAY_MOVED

impl Sync for DEVICE_TRAY_MOVED