Struct alt_stm32f30x_hal::gpio::Output[][src]

pub struct Output<OT: OutputType, OS: OutputSpeed> { /* fields omitted */ }

Output

Trait Implementations

impl<OT: OutputType, OS: OutputSpeed> PinMode for Output<OT, OS>
[src]

Convert type state into actual bits

Auto Trait Implementations

impl<OT, OS> Send for Output<OT, OS> where
    OS: Send,
    OT: Send

impl<OT, OS> Sync for Output<OT, OS> where
    OS: Sync,
    OT: Sync