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

Trait Implementations

impl Debug for SpiceChannel
[src]

Formats the value using the given formatter. Read more

impl Clone for SpiceChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SpiceChannel

impl Sync for SpiceChannel