Struct keypad::mock_hal::Input[][src]

pub struct Input<MODE> { /* fields omitted */ }

Input mode marker

Trait Implementations

impl<MODE: Debug> Debug for Input<MODE>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<MODE> Send for Input<MODE> where
    MODE: Send

impl<MODE> Sync for Input<MODE> where
    MODE: Sync