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 SpiceChannel
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 SpiceChannel
[src]
impl Clone for SpiceChannel
fn clone(&self) -> SpiceChannel
[src]
fn clone(&self) -> SpiceChannel
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
Auto Trait Implementations
impl Send for SpiceChannel
impl Send for SpiceChannel
impl Sync for SpiceChannel
impl Sync for SpiceChannel