Struct qapi_qmp::VncServerInfo [−][src]
pub struct VncServerInfo { pub base: VncBasicInfo, pub auth: Option<String>, }
Fields
base: VncBasicInfo
auth: Option<String>
Trait Implementations
impl Debug for VncServerInfo
[src]
impl Debug for VncServerInfo
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 VncServerInfo
[src]
impl Clone for VncServerInfo
fn clone(&self) -> VncServerInfo
[src]
fn clone(&self) -> VncServerInfo
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 VncServerInfo
impl Send for VncServerInfo
impl Sync for VncServerInfo
impl Sync for VncServerInfo