Struct qapi_qmp::DEVICE_DELETED[][src]

pub struct DEVICE_DELETED {
    pub device: Option<String>,
    pub path: String,
}

Fields

Trait Implementations

impl Debug for DEVICE_DELETED
[src]

Formats the value using the given formatter. Read more

impl Clone for DEVICE_DELETED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for DEVICE_DELETED
[src]

NAME: &'static str = "DEVICE_DELETED"

Auto Trait Implementations

impl Send for DEVICE_DELETED

impl Sync for DEVICE_DELETED