Struct qapi_qmp::VncBasicInfo[][src]

pub struct VncBasicInfo {
    pub websocket: bool,
    pub service: String,
    pub host: String,
    pub family: NetworkAddressFamily,
}

Fields

Trait Implementations

impl Debug for VncBasicInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VncBasicInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for VncBasicInfo

impl Sync for VncBasicInfo