Enum qapi_qmp::DisplayOptions[][src]

pub enum DisplayOptions {
    gtk {
        window_close: Option<bool>,
        full_screen: Option<bool>,
        gl: Option<DisplayGLMode>,
        gtk: DisplayGTK,
    },
}

Variants

Fields of gtk

Methods

impl DisplayOptions
[src]

Trait Implementations

impl Debug for DisplayOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for DisplayOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DisplayOptions

impl Sync for DisplayOptions