Struct qapi_qmp::VncInfo[][src]

pub struct VncInfo {
    pub enabled: bool,
    pub host: Option<String>,
    pub auth: Option<String>,
    pub service: Option<String>,
    pub family: Option<NetworkAddressFamily>,
    pub clients: Option<Vec<VncClientInfo>>,
}

Fields

Trait Implementations

impl Debug for VncInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VncInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VncInfo

impl Sync for VncInfo