Struct Parts

Source
pub struct Parts {
Show 16 fields pub pg0: PG0<Input<Floating>>, pub pg1: PG1<Input<Floating>>, pub pg2: PG2<Input<Floating>>, pub pg3: PG3<Input<Floating>>, pub pg4: PG4<Input<Floating>>, pub pg5: PG5<Input<Floating>>, pub pg6: PG6<Input<Floating>>, pub pg7: PG7<Input<Floating>>, pub pg8: PG8<Input<Floating>>, pub pg9: PG9<Input<Floating>>, pub pg10: PG10<Input<Floating>>, pub pg11: PG11<Input<Floating>>, pub pg12: PG12<Input<Floating>>, pub pg13: PG13<Input<Floating>>, pub pg14: PG14<Input<Floating>>, pub pg15: PG15<Input<Floating>>,
}
Expand description

GPIO parts

Fields§

§pg0: PG0<Input<Floating>>

Pin

§pg1: PG1<Input<Floating>>

Pin

§pg2: PG2<Input<Floating>>

Pin

§pg3: PG3<Input<Floating>>

Pin

§pg4: PG4<Input<Floating>>

Pin

§pg5: PG5<Input<Floating>>

Pin

§pg6: PG6<Input<Floating>>

Pin

§pg7: PG7<Input<Floating>>

Pin

§pg8: PG8<Input<Floating>>

Pin

§pg9: PG9<Input<Floating>>

Pin

§pg10: PG10<Input<Floating>>

Pin

§pg11: PG11<Input<Floating>>

Pin

§pg12: PG12<Input<Floating>>

Pin

§pg13: PG13<Input<Floating>>

Pin

§pg14: PG14<Input<Floating>>

Pin

§pg15: PG15<Input<Floating>>

Pin

Auto Trait Implementations§

§

impl Freeze for Parts

§

impl RefUnwindSafe for Parts

§

impl Send for Parts

§

impl Sync for Parts

§

impl Unpin for Parts

§

impl UnwindSafe for Parts

Blanket Implementations§

Source§

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

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

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

Source§

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

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

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

Source§

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> Same for T

Source§

type Output = T

Should always be Self
Source§

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

Source§

type Error = Infallible

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

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

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

Source§

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

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

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

Performs the conversion.