Struct qapi_qmp::SPICE_INITIALIZED [−][src]
pub struct SPICE_INITIALIZED {
pub client: SpiceChannel,
pub server: SpiceServerInfo,
}Fields
client: SpiceChannel
server: SpiceServerInfo
Trait Implementations
impl Debug for SPICE_INITIALIZED[src]
impl Debug for SPICE_INITIALIZEDfn 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_INITIALIZED[src]
impl Clone for SPICE_INITIALIZEDfn clone(&self) -> SPICE_INITIALIZED[src]
fn clone(&self) -> SPICE_INITIALIZEDReturns 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_INITIALIZED[src]
impl Event for SPICE_INITIALIZEDAuto Trait Implementations
impl Send for SPICE_INITIALIZED
impl Send for SPICE_INITIALIZEDimpl Sync for SPICE_INITIALIZED
impl Sync for SPICE_INITIALIZED