Enum gdk::InputSource
[−]
[src]
pub enum InputSource {
Mouse,
Pen,
Eraser,
Cursor,
Keyboard,
Touchscreen,
Touchpad,
Trackpoint,
TabletPad,
// some variants omitted
}Variants
MousePenEraserCursorKeyboardTouchscreenTouchpadTrackpointTabletPadTrait Implementations
impl Clone for InputSource[src]
fn clone(&self) -> InputSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for InputSource[src]
impl Debug for InputSource[src]
impl Eq for InputSource[src]
impl PartialEq for InputSource[src]
fn eq(&self, __arg_0: &InputSource) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InputSource) -> bool
This method tests for !=.