[−][src]Struct esp8266_hal::gpio::Parts
Fields
gpio0: Gpio0<Input<Floating>>
Pin
gpio1: Gpio1<UART>
Pin
gpio2: Gpio2<Input<Floating>>
Pin
gpio3: Gpio3<UART>
Pin
gpio4: Gpio4<Input<Floating>>
Pin
gpio5: Gpio5<Input<Floating>>
Pin
gpio6: Gpio6<UnInitialized>
Pin
gpio7: Gpio7<UnInitialized>
Pin
gpio8: Gpio8<UnInitialized>
Pin
gpio9: Gpio9<UnInitialized>
Pin
gpio10: Gpio10<UnInitialized>
Pin
gpio11: Gpio11<UnInitialized>
Pin
gpio12: Gpio12<UnInitialized>
Pin
gpio13: Gpio13<UART>
Pin
gpio14: Gpio14<UnInitialized>
Pin
gpio15: Gpio15<UART>
Pin
gpio16: Gpio16<Input<Floating>>
Pin
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,