Enum qapi_qmp::DisplayType[][src]

pub enum DisplayType {
    default,
    none,
    gtk,
    sdl,
    egl_headless,
    curses,
    cocoa,
}

Variants

Trait Implementations

impl Debug for DisplayType
[src]

Formats the value using the given formatter. Read more

impl Clone for DisplayType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DisplayType

impl Sync for DisplayType