Struct qapi_qmp::DEVICE_TRAY_MOVED [−][src]
Fields
tray_open: bool
id: String
device: String
Trait Implementations
impl Debug for DEVICE_TRAY_MOVED[src]
impl Debug for DEVICE_TRAY_MOVEDfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DEVICE_TRAY_MOVED[src]
impl Clone for DEVICE_TRAY_MOVEDfn clone(&self) -> DEVICE_TRAY_MOVED[src]
fn clone(&self) -> DEVICE_TRAY_MOVEDReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Event for DEVICE_TRAY_MOVED[src]
impl Event for DEVICE_TRAY_MOVEDAuto Trait Implementations
impl Send for DEVICE_TRAY_MOVED
impl Send for DEVICE_TRAY_MOVEDimpl Sync for DEVICE_TRAY_MOVED
impl Sync for DEVICE_TRAY_MOVED