Type Definition atsamd_hal::gpio::v2::pin::SpecificPin[][src]

pub type SpecificPin<P> = Pin<<P as AnyPin>::Id, <P as AnyPin>::Mode>;
Expand description

Type alias to recover the specific Pin type from an implementation of AnyPin

See the AnyKind documentation for more details on the pattern.

Trait Implementations

Performs the conversion.

Performs the conversion.