Enum libremarkable::input::InputDevice [] [src]

pub enum InputDevice {
    Wacom,
    Multitouch,
    GPIO,
    Unknown,
}

Variants

Trait Implementations

impl PartialEq for InputDevice
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Copy for InputDevice
[src]

impl Clone for InputDevice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for InputDevice

impl Sync for InputDevice