Struct esp_ward::Pins

pub struct Pins {
Show 31 fields pub gpio0: GpioPin<Unknown, 0>, pub gpio1: GpioPin<Unknown, 1>, pub gpio2: GpioPin<Unknown, 2>, pub gpio3: GpioPin<Unknown, 3>, pub gpio4: GpioPin<Unknown, 4>, pub gpio5: GpioPin<Unknown, 5>, pub gpio6: GpioPin<Unknown, 6>, pub gpio7: GpioPin<Unknown, 7>, pub gpio8: GpioPin<Unknown, 8>, pub gpio9: GpioPin<Unknown, 9>, pub gpio10: GpioPin<Unknown, 10>, pub gpio11: GpioPin<Unknown, 11>, pub gpio12: GpioPin<Unknown, 12>, pub gpio13: GpioPin<Unknown, 13>, pub gpio14: GpioPin<Unknown, 14>, pub gpio15: GpioPin<Unknown, 15>, pub gpio16: GpioPin<Unknown, 16>, pub gpio17: GpioPin<Unknown, 17>, pub gpio18: GpioPin<Unknown, 18>, pub gpio19: GpioPin<Unknown, 19>, pub gpio20: GpioPin<Unknown, 20>, pub gpio21: GpioPin<Unknown, 21>, pub gpio22: GpioPin<Unknown, 22>, pub gpio23: GpioPin<Unknown, 23>, pub gpio24: GpioPin<Unknown, 24>, pub gpio25: GpioPin<Unknown, 25>, pub gpio26: GpioPin<Unknown, 26>, pub gpio27: GpioPin<Unknown, 27>, pub gpio28: GpioPin<Unknown, 28>, pub gpio29: GpioPin<Unknown, 29>, pub gpio30: GpioPin<Unknown, 30>,
}

Fields§

§gpio0: GpioPin<Unknown, 0>§gpio1: GpioPin<Unknown, 1>§gpio2: GpioPin<Unknown, 2>§gpio3: GpioPin<Unknown, 3>§gpio4: GpioPin<Unknown, 4>§gpio5: GpioPin<Unknown, 5>§gpio6: GpioPin<Unknown, 6>§gpio7: GpioPin<Unknown, 7>§gpio8: GpioPin<Unknown, 8>§gpio9: GpioPin<Unknown, 9>§gpio10: GpioPin<Unknown, 10>§gpio11: GpioPin<Unknown, 11>§gpio12: GpioPin<Unknown, 12>§gpio13: GpioPin<Unknown, 13>§gpio14: GpioPin<Unknown, 14>§gpio15: GpioPin<Unknown, 15>§gpio16: GpioPin<Unknown, 16>§gpio17: GpioPin<Unknown, 17>§gpio18: GpioPin<Unknown, 18>§gpio19: GpioPin<Unknown, 19>§gpio20: GpioPin<Unknown, 20>§gpio21: GpioPin<Unknown, 21>§gpio22: GpioPin<Unknown, 22>§gpio23: GpioPin<Unknown, 23>§gpio24: GpioPin<Unknown, 24>§gpio25: GpioPin<Unknown, 25>§gpio26: GpioPin<Unknown, 26>§gpio27: GpioPin<Unknown, 27>§gpio28: GpioPin<Unknown, 28>§gpio29: GpioPin<Unknown, 29>§gpio30: GpioPin<Unknown, 30>

Auto Trait Implementations§

§

impl Freeze for Pins

§

impl RefUnwindSafe for Pins

§

impl Send for Pins

§

impl Sync for Pins

§

impl Unpin for Pins

§

impl UnwindSafe for Pins

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Az for T

source§

fn az<Dst>(self) -> Dst
where T: Cast<Dst>,

Casts the value.
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<Src, Dst> CastFrom<Src> for Dst
where Src: Cast<Dst>,

source§

fn cast_from(src: Src) -> Dst

Casts the value.
source§

impl<T> CheckedAs for T

source§

fn checked_as<Dst>(self) -> Option<Dst>
where T: CheckedCast<Dst>,

Casts the value.
source§

impl<Src, Dst> CheckedCastFrom<Src> for Dst
where Src: CheckedCast<Dst>,

source§

fn checked_cast_from(src: Src) -> Option<Dst>

Casts the value.
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

source§

impl<T> OverflowingAs for T

source§

fn overflowing_as<Dst>(self) -> (Dst, bool)
where T: OverflowingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> OverflowingCastFrom<Src> for Dst
where Src: OverflowingCast<Dst>,

source§

fn overflowing_cast_from(src: Src) -> (Dst, bool)

Casts the value.
source§

impl<T> SaturatingAs for T

source§

fn saturating_as<Dst>(self) -> Dst
where T: SaturatingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> SaturatingCastFrom<Src> for Dst
where Src: SaturatingCast<Dst>,

source§

fn saturating_cast_from(src: Src) -> Dst

Casts the value.
§

impl<T, U> TryFrom<U> for T
where 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>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> UnwrappedAs for T

source§

fn unwrapped_as<Dst>(self) -> Dst
where T: UnwrappedCast<Dst>,

Casts the value.
source§

impl<Src, Dst> UnwrappedCastFrom<Src> for Dst
where Src: UnwrappedCast<Dst>,

source§

fn unwrapped_cast_from(src: Src) -> Dst

Casts the value.
source§

impl<T> WrappingAs for T

source§

fn wrapping_as<Dst>(self) -> Dst
where T: WrappingCast<Dst>,

Casts the value.
source§

impl<Src, Dst> WrappingCastFrom<Src> for Dst
where Src: WrappingCast<Dst>,

source§

fn wrapping_cast_from(src: Src) -> Dst

Casts the value.