Struct qapi_qmp::SpiceChannel [−][src]
pub struct SpiceChannel {
pub base: SpiceBasicInfo,
pub channel_type: isize,
pub channel_id: isize,
pub tls: bool,
pub connection_id: isize,
}Fields
base: SpiceBasicInfo
channel_type: isize
channel_id: isize
tls: bool
connection_id: isize
Trait Implementations
impl Debug for SpiceChannel[src]
impl Debug for SpiceChannelfn 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 SpiceChannel[src]
impl Clone for SpiceChannelfn clone(&self) -> SpiceChannel[src]
fn clone(&self) -> SpiceChannelReturns 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 SpiceChannel
impl Send for SpiceChannelimpl Sync for SpiceChannel
impl Sync for SpiceChannel