Struct qapi_qmp::VncInfo2 [−][src]
pub struct VncInfo2 {
pub clients: Vec<VncClientInfo>,
pub vencrypt: Option<VncVencryptSubAuth>,
pub server: Vec<VncServerInfo2>,
pub display: Option<String>,
pub auth: VncPrimaryAuth,
pub id: String,
}Fields
clients: Vec<VncClientInfo>
vencrypt: Option<VncVencryptSubAuth>
server: Vec<VncServerInfo2>
display: Option<String>
auth: VncPrimaryAuth
id: String
Trait Implementations
impl Debug for VncInfo2[src]
impl Debug for VncInfo2fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for VncInfo2[src]
impl Clone for VncInfo2