Enum sensehat_stick::Action [] [src]

pub enum Action {
    Release,
    Press,
    Hold,
}

The action that was executed with the given Direction.

Variants

Trait Implementations

impl Debug for Action
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Action

impl Sync for Action