Enum qapi_qmp::DisplayGLMode [−][src]
pub enum DisplayGLMode { off, on, core, es, }
Variants
off
on
core
es
Trait Implementations
impl Debug for DisplayGLMode
[src]
impl Debug for DisplayGLMode
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 DisplayGLMode
[src]
impl Clone for DisplayGLMode
fn clone(&self) -> DisplayGLMode
[src]
fn clone(&self) -> DisplayGLMode
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 DisplayGLMode
impl Send for DisplayGLMode
impl Sync for DisplayGLMode
impl Sync for DisplayGLMode