Struct keypad::mock_hal::Output[][src]

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

Output mode marker

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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