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]

[src]

Formats the value using the given formatter. Read more

impl Clone for SPICE_CONNECTED
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Event for SPICE_CONNECTED
[src]

NAME: &'static str = "SPICE_CONNECTED"

Auto Trait Implementations