Enum gdk_sys::GdkCrossingMode [] [src]

#[repr(C)]
pub enum GdkCrossingMode { Normal, Grab, Ungrab, GtkGrab, GtkUngrab, StateChanged, TouchBegin, TouchEnd, DeviceSwitch, }

Variants

Trait Implementations

impl Clone for GdkCrossingMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkCrossingMode
[src]

impl Debug for GdkCrossingMode
[src]

Formats the value using the given formatter.

impl Eq for GdkCrossingMode
[src]

impl PartialEq for GdkCrossingMode
[src]

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

This method tests for !=.