Skip to main content

Pins

Struct Pins 

Source
pub struct Pins {
Show 22 fields pub gpio0: Gpio0<'static>, pub gpio1: Gpio1<'static>, pub gpio2: Gpio2<'static>, pub gpio3: Gpio3<'static>, pub gpio4: Gpio4<'static>, pub gpio5: Gpio5<'static>, pub gpio6: Gpio6<'static>, pub gpio7: Gpio7<'static>, pub gpio8: Gpio8<'static>, pub gpio9: Gpio9<'static>, pub gpio10: Gpio10<'static>, pub gpio11: Gpio11<'static>, pub gpio12: Gpio12<'static>, pub gpio13: Gpio13<'static>, pub gpio14: Gpio14<'static>, pub gpio15: Gpio15<'static>, pub gpio16: Gpio16<'static>, pub gpio17: Gpio17<'static>, pub gpio18: Gpio18<'static>, pub gpio19: Gpio19<'static>, pub gpio20: Gpio20<'static>, pub gpio21: Gpio21<'static>,
}

Fields§

§gpio0: Gpio0<'static>§gpio1: Gpio1<'static>§gpio2: Gpio2<'static>§gpio3: Gpio3<'static>§gpio4: Gpio4<'static>§gpio5: Gpio5<'static>§gpio6: Gpio6<'static>§gpio7: Gpio7<'static>§gpio8: Gpio8<'static>§gpio9: Gpio9<'static>§gpio10: Gpio10<'static>§gpio11: Gpio11<'static>§gpio12: Gpio12<'static>§gpio13: Gpio13<'static>§gpio14: Gpio14<'static>§gpio15: Gpio15<'static>§gpio16: Gpio16<'static>§gpio17: Gpio17<'static>§gpio18: Gpio18<'static>§gpio19: Gpio19<'static>§gpio20: Gpio20<'static>§gpio21: Gpio21<'static>

Auto Trait Implementations§

§

impl Freeze for Pins

§

impl RefUnwindSafe for Pins

§

impl Send for Pins

§

impl Sync for Pins

§

impl Unpin for Pins

§

impl UnsafeUnpin 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
§

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
§

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.

§

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.