Struct qapi_qmp::VNC_CONNECTED[][src]

pub struct VNC_CONNECTED {
    pub server: VncServerInfo,
    pub client: VncBasicInfo,
}

Fields

Trait Implementations

impl Debug for VNC_CONNECTED
[src]

Formats the value using the given formatter. Read more

impl Clone for VNC_CONNECTED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for VNC_CONNECTED
[src]

NAME: &'static str = "VNC_CONNECTED"

Auto Trait Implementations

impl Send for VNC_CONNECTED

impl Sync for VNC_CONNECTED