Enum input::event::tablet_pad::RingAxisSource [] [src]

pub enum RingAxisSource {
    Unknown,
    Finger,
}

The source for a TabletPadRingEvent event.

Variants

An unknown source

Finger source

Trait Implementations

impl Debug for RingAxisSource
[src]

Formats the value using the given formatter.

impl Clone for RingAxisSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RingAxisSource
[src]

impl PartialEq for RingAxisSource
[src]

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

This method tests for !=.

impl Eq for RingAxisSource
[src]

impl Hash for RingAxisSource
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.