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 VncBasicInfofn 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 VncBasicInfo[src]
impl Clone for VncBasicInfofn clone(&self) -> VncBasicInfo[src]
fn clone(&self) -> VncBasicInfoReturns 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 VncBasicInfoimpl Sync for VncBasicInfo
impl Sync for VncBasicInfo