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