[][src]Trait joydev::event_codes::EventCodeValue

pub trait EventCodeValue where
    Self: AddAssign + Clone + Copy + Debug + Eq + Hash + Ord + Sized
{ const ONE: Self; }

Trait common to all event code values

Associated Constants

const ONE: Self

Value of one

Loading content...

Implementations on Foreign Types

impl EventCodeValue for u8[src]

impl EventCodeValue for u16[src]

Loading content...

Implementors

Loading content...