Enum gdk_sys::GdkFullscreenMode [] [src]

#[repr(C)]
pub enum GdkFullscreenMode { CurrentMonitor, AllMonitors, }

Variants

Trait Implementations

impl Clone for GdkFullscreenMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkFullscreenMode
[src]

impl Debug for GdkFullscreenMode
[src]

Formats the value using the given formatter.

impl Eq for GdkFullscreenMode
[src]

impl PartialEq for GdkFullscreenMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.