Struct qapi_qmp::VncServerInfo2 [−][src]
pub struct VncServerInfo2 {
pub base: VncBasicInfo,
pub auth: VncPrimaryAuth,
pub vencrypt: Option<VncVencryptSubAuth>,
}Fields
base: VncBasicInfo
auth: VncPrimaryAuth
vencrypt: Option<VncVencryptSubAuth>
Trait Implementations
impl Debug for VncServerInfo2[src]
impl Debug for VncServerInfo2fn 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 VncServerInfo2[src]
impl Clone for VncServerInfo2fn clone(&self) -> VncServerInfo2[src]
fn clone(&self) -> VncServerInfo2Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for VncServerInfo2
impl Send for VncServerInfo2impl Sync for VncServerInfo2
impl Sync for VncServerInfo2