Struct qapi_qmp::SPICE_INITIALIZED[][src]

pub struct SPICE_INITIALIZED {
    pub client: SpiceChannel,
    pub server: SpiceServerInfo,
}

Fields

Trait Implementations

impl Debug for SPICE_INITIALIZED
[src]

Formats the value using the given formatter. Read more

impl Clone for SPICE_INITIALIZED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for SPICE_INITIALIZED
[src]

NAME: &'static str = "SPICE_INITIALIZED"

Auto Trait Implementations

impl Send for SPICE_INITIALIZED

impl Sync for SPICE_INITIALIZED