Struct qapi_qmp::VncClientInfo[][src]

pub struct VncClientInfo {
    pub base: VncBasicInfo,
    pub x509_dname: Option<String>,
    pub sasl_username: Option<String>,
}

Fields

Trait Implementations

impl Debug for VncClientInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VncClientInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VncClientInfo

impl Sync for VncClientInfo