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 VncServerInfo2
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 VncServerInfo2
[src]
impl Clone for VncServerInfo2
fn clone(&self) -> VncServerInfo2
[src]
fn clone(&self) -> VncServerInfo2
Returns 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 VncServerInfo2
impl Sync for VncServerInfo2
impl Sync for VncServerInfo2