Struct qapi_qmp::DEVICE_DELETED [−][src]
Fields
device: Option<String>
path: String
Trait Implementations
impl Debug for DEVICE_DELETED[src]
impl Debug for DEVICE_DELETEDfn 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_DELETED[src]
impl Clone for DEVICE_DELETEDfn clone(&self) -> DEVICE_DELETED[src]
fn clone(&self) -> DEVICE_DELETEDReturns 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_DELETED[src]
impl Event for DEVICE_DELETEDAuto Trait Implementations
impl Send for DEVICE_DELETED
impl Send for DEVICE_DELETEDimpl Sync for DEVICE_DELETED
impl Sync for DEVICE_DELETED