pub struct AnyIOPin { /* private fields */ }
Generic Gpio input-output pin
Care should be taken not to instantiate this Pin, if it is already instantiated and used elsewhere, or if it is not set already in the mode of operation which is being instantiated
Creates an Option<AnyIOPin>::None for pins that are optional in APIs.
Option<AnyIOPin>::None
PeripheralRef
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.
[From]<T> for U