Enum gdk_sys::GdkFullscreenMode
[−]
[src]
#[repr(C)]pub enum GdkFullscreenMode { CurrentMonitor, AllMonitors, }
Variants
CurrentMonitorAllMonitorsTrait Implementations
impl Clone for GdkFullscreenMode[src]
fn clone(&self) -> GdkFullscreenMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more