Struct qapi_qmp::SpiceChannel
source · pub struct SpiceChannel {
pub base: SpiceBasicInfo,
pub tls: bool,
pub connection_id: isize,
pub channel_type: isize,
pub channel_id: isize,
}Fields§
§base: SpiceBasicInfo§tls: bool§connection_id: isize§channel_type: isize§channel_id: isizeTrait Implementations§
source§impl Clone for SpiceChannel
impl Clone for SpiceChannel
source§fn clone(&self) -> SpiceChannel
fn clone(&self) -> SpiceChannel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SpiceChannel
impl Debug for SpiceChannel
source§impl<'de> Deserialize<'de> for SpiceChannel
impl<'de> Deserialize<'de> for SpiceChannel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more