Struct stm32f30x_hal::gpio::Output [] [src]

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

Output mode (type state)

Trait Implementations

Auto Trait Implementations

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

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