Struct qapi_qmp::VncBasicInfo [−][src]
pub struct VncBasicInfo { pub websocket: bool, pub service: String, pub host: String, pub family: NetworkAddressFamily, }
Fields
websocket: bool
service: String
host: String
family: NetworkAddressFamily
Trait Implementations
impl Debug for VncBasicInfo
[src]
impl Debug for VncBasicInfo
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 VncBasicInfo
[src]
impl Clone for VncBasicInfo
fn clone(&self) -> VncBasicInfo
[src]
fn clone(&self) -> VncBasicInfo
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 VncBasicInfo
impl Send for VncBasicInfo
impl Sync for VncBasicInfo
impl Sync for VncBasicInfo