Enum qapi_qmp::DisplayGLMode[][src]

pub enum DisplayGLMode {
    off,
    on,
    core,
    es,
}

Variants

Trait Implementations

impl Debug for DisplayGLMode
[src]

Formats the value using the given formatter. Read more

impl Clone for DisplayGLMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DisplayGLMode

impl Sync for DisplayGLMode