Enum qapi_qmp::DisplayGLMode [−][src]
pub enum DisplayGLMode {
off,
on,
core,
es,
}Variants
offoncorees
Trait Implementations
impl Debug for DisplayGLMode[src]
impl Debug for DisplayGLModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for DisplayGLMode[src]
impl Clone for DisplayGLModefn clone(&self) -> DisplayGLMode[src]
fn clone(&self) -> DisplayGLModeReturns 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 DisplayGLModeimpl Sync for DisplayGLMode
impl Sync for DisplayGLMode