Enum gdk_sys::GdkInputSource [] [src]

pub enum GdkInputSource {
    Mouse,
    Pen,
    Eraser,
    Cursor,
    Keyboard,
    Touchscreen,
    Touchpad,
    Trackpoint,
    TabletPad,
}

Variants

Trait Implementations

impl Clone for GdkInputSource
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GdkInputSource
[src]

impl Debug for GdkInputSource
[src]

[]

Formats the value using the given formatter.

impl Eq for GdkInputSource
[src]

impl PartialEq for GdkInputSource
[src]

[]

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

[]

This method tests for !=.