Struct qapi_qmp::VNC_DISCONNECTED[][src]

pub struct VNC_DISCONNECTED {
    pub client: VncClientInfo,
    pub server: VncServerInfo,
}

Fields

Trait Implementations

impl Debug for VNC_DISCONNECTED
[src]

Formats the value using the given formatter. Read more

impl Clone for VNC_DISCONNECTED
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for VNC_DISCONNECTED
[src]

NAME: &'static str = "VNC_DISCONNECTED"

Auto Trait Implementations