[][src]Trait lpc82x_hal::gpio::direction::NotOutput

pub trait NotOutput: Direction { }

Marks a direction as not being output (i.e. being unknown or input)

This is a helper trait used only to prevent some code duplication in Pin by allowing impl blocks to be defined precisely. It should not be relevant to users of this crate.

Implementors

impl NotOutput for Input[src]

impl NotOutput for Unknown[src]

Loading content...