Struct qapi_qmp::SpiceInfo[][src]

pub struct SpiceInfo {
    pub auth: Option<String>,
    pub tls_port: Option<isize>,
    pub port: Option<isize>,
    pub compiled_version: Option<String>,
    pub migrated: bool,
    pub host: Option<String>,
    pub enabled: bool,
    pub channels: Option<Vec<SpiceChannel>>,
    pub mouse_mode: SpiceQueryMouseMode,
}

Fields

Trait Implementations

impl Debug for SpiceInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for SpiceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SpiceInfo

impl Sync for SpiceInfo