Struct sensehat_stick::JoyStickEvent [] [src]

pub struct JoyStickEvent { /* fields omitted */ }

An event issued by the JoyStick. Provides a UNIX-timestamp in the form of std::time::Duration, the Direction, and the Action that were issued by the JoyStick.

Trait Implementations

impl Debug for JoyStickEvent
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for JoyStickEvent

impl Sync for JoyStickEvent