Struct esp_idf_svc::hal::gpio::Gpio5
source · pub struct Gpio5(/* private fields */);
Implementations§
Trait Implementations§
source§impl From<Gpio5> for AnyInputPin
impl From<Gpio5> for AnyInputPin
source§fn from(pin: Gpio5) -> AnyInputPin
fn from(pin: Gpio5) -> AnyInputPin
Converts to this type from the input type.
source§impl From<Gpio5> for AnyOutputPin
impl From<Gpio5> for AnyOutputPin
source§fn from(pin: Gpio5) -> AnyOutputPin
fn from(pin: Gpio5) -> AnyOutputPin
Converts to this type from the input type.
source§impl InputPin for Gpio5
impl InputPin for Gpio5
fn downgrade_input(self) -> AnyInputPin
source§impl OutputPin for Gpio5
impl OutputPin for Gpio5
fn downgrade_output(self) -> AnyOutputPin
source§impl Peripheral for Gpio5
impl Peripheral for Gpio5
impl Send for Gpio5
Auto Trait Implementations§
impl Freeze for Gpio5
impl RefUnwindSafe for Gpio5
impl !Sync for Gpio5
impl Unpin for Gpio5
impl UnwindSafe for Gpio5
Blanket Implementations§
source§impl<'d, P> AdcChannels for P
impl<'d, P> AdcChannels for P
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more