Enum gdk_sys::GdkEventType [] [src]

#[repr(C)]
pub enum GdkEventType { Nothing, Delete, Destroy, Expose, MotionNotify, ButtonPress, DoubleButtonPress, TripleButtonPress, ButtonRelease, KeyPress, KeyRelease, EnterNotify, LeaveNotify, FocusChange, Configure, Map, Unmap, PropertyNotify, SelectionClear, SelectionRequest, SelectionNotify, ProximityIn, ProximityOut, DragEnter, DragLeave, DragMotion, DragStatus, DropStart, DropFinished, ClientEvent, VisibilityNotify, Scroll, WindowState, Setting, OwnerChange, GrabBroken, Damage, TouchBegin, TouchUpdate, TouchEnd, TouchCancel, PadButtonPress, PadButtonRelease, PadRing, PadStrip, PadGroupMode, }

Variants

Trait Implementations

impl Clone for GdkEventType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkEventType
[src]

impl Debug for GdkEventType
[src]

Formats the value using the given formatter.

impl Eq for GdkEventType
[src]

impl PartialEq for GdkEventType
[src]

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

This method tests for !=.