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_CONNECTEDfn 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 SPICE_CONNECTED[src]
impl Clone for SPICE_CONNECTEDfn clone(&self) -> SPICE_CONNECTED[src]
fn clone(&self) -> SPICE_CONNECTEDReturns 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_CONNECTEDAuto Trait Implementations
impl Send for SPICE_CONNECTED
impl Send for SPICE_CONNECTEDimpl Sync for SPICE_CONNECTED
impl Sync for SPICE_CONNECTED