Struct qapi_qmp::SpiceChannel
[−]
[src]
pub struct SpiceChannel { pub channel_id: isize, pub connection_id: isize, pub channel_type: isize, pub tls: bool, }
Fields
channel_id: isize
connection_id: isize
channel_type: isize
tls: bool
Trait Implementations
impl Debug for SpiceChannel
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for SpiceChannel
[src]
fn clone(&self) -> SpiceChannel
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more