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 VncServerInfofn 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 VncServerInfo[src]
impl Clone for VncServerInfofn clone(&self) -> VncServerInfo[src]
fn clone(&self) -> VncServerInfoReturns 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 VncServerInfoimpl Sync for VncServerInfo
impl Sync for VncServerInfo