Struct qapi_qmp::SPICE_DISCONNECTED[][src]

pub struct SPICE_DISCONNECTED {
    pub server: SpiceBasicInfo,
    pub client: SpiceBasicInfo,
}

Fields

Trait Implementations

impl Debug for SPICE_DISCONNECTED
[src]

Formats the value using the given formatter. Read more

impl Clone for SPICE_DISCONNECTED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for SPICE_DISCONNECTED
[src]

NAME: &'static str = "SPICE_DISCONNECTED"

Auto Trait Implementations

impl Send for SPICE_DISCONNECTED

impl Sync for SPICE_DISCONNECTED