Enum qapi_qmp::DisplayOptions [−][src]
pub enum DisplayOptions {
gtk {
window_close: Option<bool>,
full_screen: Option<bool>,
gl: Option<DisplayGLMode>,
gtk: DisplayGTK,
},
}Variants
gtkFields of gtk
window_close: Option<bool> | |
full_screen: Option<bool> | |
gl: Option<DisplayGLMode> | |
gtk: DisplayGTK |
Methods
impl DisplayOptions[src]
impl DisplayOptionspub fn type_(&self) -> DisplayType[src]
pub fn type_(&self) -> DisplayTypeTrait Implementations
impl Debug for DisplayOptions[src]
impl Debug for DisplayOptionsfn 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 DisplayOptions[src]
impl Clone for DisplayOptionsfn clone(&self) -> DisplayOptions[src]
fn clone(&self) -> DisplayOptionsReturns 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 DisplayOptions
impl Send for DisplayOptionsimpl Sync for DisplayOptions
impl Sync for DisplayOptions