Struct esp_idf_svc::hal::gpio::AnyIOPin
source · pub struct AnyIOPin { /* private fields */ }
Expand description
Generic Gpio input-output pin
Implementations§
Trait Implementations§
source§impl From<AnyIOPin> for AnyInputPin
impl From<AnyIOPin> for AnyInputPin
source§fn from(pin: AnyIOPin) -> AnyInputPin
fn from(pin: AnyIOPin) -> AnyInputPin
Converts to this type from the input type.
source§impl From<AnyIOPin> for AnyOutputPin
impl From<AnyIOPin> for AnyOutputPin
source§fn from(pin: AnyIOPin) -> AnyOutputPin
fn from(pin: AnyIOPin) -> AnyOutputPin
Converts to this type from the input type.