Enum libremarkable::input::InputEvent [] [src]

pub enum InputEvent {
    WacomEvent {
        event: WacomEvent,
    },
    MultitouchEvent {
        event: MultitouchEvent,
    },
    GPIO {
        event: GPIOEvent,
    },
    Unknown {},
}

Variants

Fields of WacomEvent

Fields of MultitouchEvent

Fields of GPIO

Fields of Unknown

Trait Implementations

impl PartialEq for InputEvent
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for InputEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for InputEvent
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for InputEvent

impl Sync for InputEvent