Struct qapi_qmp::SPICE_CONNECTED[][src]

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

Fields

Trait Implementations

impl Debug for SPICE_CONNECTED
[src]

Formats the value using the given formatter. Read more

impl Clone for SPICE_CONNECTED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for SPICE_CONNECTED
[src]

NAME: &'static str = "SPICE_CONNECTED"

Auto Trait Implementations

impl Send for SPICE_CONNECTED

impl Sync for SPICE_CONNECTED