[][src]Struct esp32_hal::gpio::Gpio38

pub struct Gpio38<MODE> { /* fields omitted */ }

Pin

Implementations

impl<MODE> Gpio38<MODE>[src]

impl<MODE> Gpio38<MODE>[src]

Trait Implementations

impl Channel<ADC1> for Gpio38<Analog>[src]

type ID = u8

Channel ID type Read more

impl<MODE> InputPin for Gpio38<MODE>[src]

impl<MODE> InputPin for Gpio38<Input<MODE>>[src]

type Error = Infallible

Error type

impl<MODE> InputPin for Gpio38<RTCInput<MODE>>[src]

type Error = Infallible

Error type

impl<MODE> Pin for Gpio38<MODE>[src]

impl<MODE> RTCInputPin for Gpio38<MODE>[src]

Auto Trait Implementations

impl<MODE> Send for Gpio38<MODE> where
    MODE: Send

impl<MODE> Sync for Gpio38<MODE> where
    MODE: Sync

impl<MODE> Unpin for Gpio38<MODE> where
    MODE: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> InputPin for T where
    T: InputPin
[src]

type Error = ()

Error type

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.