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