Struct qapi_qmp::VncInfo2[][src]

pub struct VncInfo2 {
    pub clients: Vec<VncClientInfo>,
    pub vencrypt: Option<VncVencryptSubAuth>,
    pub display: Option<String>,
    pub auth: VncPrimaryAuth,
    pub server: Vec<VncServerInfo2>,
    pub id: String,
}

Fields

Trait Implementations

impl Debug for VncInfo2
[src]

Formats the value using the given formatter. Read more

impl Clone for VncInfo2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VncInfo2

impl Sync for VncInfo2