Struct esp_idf_svc::hal::gpio::Gpio1
source · pub struct Gpio1(/* private fields */);
Implementations§
Trait Implementations§
source§impl From<Gpio1> for AnyInputPin
impl From<Gpio1> for AnyInputPin
source§fn from(pin: Gpio1) -> AnyInputPin
fn from(pin: Gpio1) -> AnyInputPin
Converts to this type from the input type.
source§impl From<Gpio1> for AnyOutputPin
impl From<Gpio1> for AnyOutputPin
source§fn from(pin: Gpio1) -> AnyOutputPin
fn from(pin: Gpio1) -> AnyOutputPin
Converts to this type from the input type.
source§impl InputPin for Gpio1
impl InputPin for Gpio1
fn downgrade_input(self) -> AnyInputPin
source§impl OutputPin for Gpio1
impl OutputPin for Gpio1
fn downgrade_output(self) -> AnyOutputPin
source§impl Peripheral for Gpio1
impl Peripheral for Gpio1
impl Send for Gpio1
Auto Trait Implementations§
impl Freeze for Gpio1
impl RefUnwindSafe for Gpio1
impl !Sync for Gpio1
impl Unpin for Gpio1
impl UnwindSafe for Gpio1
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