Enum qapi_qmp::DisplayType [−][src]
pub enum DisplayType { default, none, gtk, sdl, egl_headless, curses, cocoa, }
Variants
default
none
gtk
sdl
egl_headless
curses
cocoa
Trait Implementations
impl Debug for DisplayType
[src]
impl Debug for DisplayType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for DisplayType
[src]
impl Clone for DisplayType
fn clone(&self) -> DisplayType
[src]
fn clone(&self) -> DisplayType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for DisplayType
impl Send for DisplayType
impl Sync for DisplayType
impl Sync for DisplayType