Struct qapi_qmp::VncServerInfo2[][src]

pub struct VncServerInfo2 {
    pub vencrypt: Option<VncVencryptSubAuth>,
    pub auth: VncPrimaryAuth,
}

Fields

Trait Implementations

impl Debug for VncServerInfo2
[src]

Formats the value using the given formatter. Read more

impl Clone for VncServerInfo2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations