Enum gdk_sys::GdkWindowWindowClass [] [src]

#[repr(C)]
pub enum GdkWindowWindowClass { InputOutput, InputOnly, }

Variants

Trait Implementations

impl Clone for GdkWindowWindowClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkWindowWindowClass
[src]

impl Debug for GdkWindowWindowClass
[src]

Formats the value using the given formatter.

impl Eq for GdkWindowWindowClass
[src]

impl PartialEq for GdkWindowWindowClass
[src]

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

This method tests for !=.