Struct qapi_qmp::SPICE_CONNECTED [−][src]
pub struct SPICE_CONNECTED { pub client: SpiceBasicInfo, pub server: SpiceBasicInfo, }
Fields
client: SpiceBasicInfo
server: SpiceBasicInfo
Trait Implementations
impl Debug for SPICE_CONNECTED
[src]
impl Debug for SPICE_CONNECTED
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 SPICE_CONNECTED
[src]
impl Clone for SPICE_CONNECTED
fn clone(&self) -> SPICE_CONNECTED
[src]
fn clone(&self) -> SPICE_CONNECTED
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
impl Event for SPICE_CONNECTED
[src]
impl Event for SPICE_CONNECTED
Auto Trait Implementations
impl Send for SPICE_CONNECTED
impl Send for SPICE_CONNECTED
impl Sync for SPICE_CONNECTED
impl Sync for SPICE_CONNECTED