Struct Parts

Source
pub struct Parts {
Show 16 fields pub pb0: PB0<DefaultMode>, pub pb1: PB1<DefaultMode>, pub pb2: PB2<DefaultMode>, pub pb3: PB3<DefaultMode>, pub pb4: PB4<DefaultMode>, pub pb5: PB5<DefaultMode>, pub pb6: PB6<DefaultMode>, pub pb7: PB7<DefaultMode>, pub pb8: PB8<DefaultMode>, pub pb9: PB9<DefaultMode>, pub pb10: PB10<DefaultMode>, pub pb11: PB11<DefaultMode>, pub pb12: PB12<DefaultMode>, pub pb13: PB13<DefaultMode>, pub pb14: PB14<DefaultMode>, pub pb15: PB15<DefaultMode>,
}
Expand description

GPIO parts

Fields§

§pb0: PB0<DefaultMode>§pb1: PB1<DefaultMode>§pb2: PB2<DefaultMode>§pb3: PB3<DefaultMode>§pb4: PB4<DefaultMode>§pb5: PB5<DefaultMode>§pb6: PB6<DefaultMode>§pb7: PB7<DefaultMode>§pb8: PB8<DefaultMode>§pb9: PB9<DefaultMode>§pb10: PB10<DefaultMode>§pb11: PB11<DefaultMode>§pb12: PB12<DefaultMode>§pb13: PB13<DefaultMode>§pb14: PB14<DefaultMode>§pb15: PB15<DefaultMode>

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, 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.