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
enabled: bool
host: Option<String>
auth: Option<String>
service: Option<String>
family: Option<NetworkAddressFamily>
clients: Option<Vec<VncClientInfo>>
Trait Implementations
impl Debug for VncInfo
[src]
impl Debug for VncInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for VncInfo
[src]
impl Clone for VncInfo