Struct stm32f4xx_hal::gpio::gpioi::Parts

source ·
pub struct Parts {
Show 16 fields pub pi0: PI0, pub pi1: PI1, pub pi2: PI2, pub pi3: PI3, pub pi4: PI4, pub pi5: PI5, pub pi6: PI6, pub pi7: PI7, pub pi8: PI8, pub pi9: PI9, pub pi10: PI10, pub pi11: PI11, pub pi12: PI12, pub pi13: PI13, pub pi14: PI14, pub pi15: PI15,
}
Expand description

GPIO parts

Fields§

§pi0: PI0

Pin

§pi1: PI1

Pin

§pi2: PI2

Pin

§pi3: PI3

Pin

§pi4: PI4

Pin

§pi5: PI5

Pin

§pi6: PI6

Pin

§pi7: PI7

Pin

§pi8: PI8

Pin

§pi9: PI9

Pin

§pi10: PI10

Pin

§pi11: PI11

Pin

§pi12: PI12

Pin

§pi13: PI13

Pin

§pi14: PI14

Pin

§pi15: PI15

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

§

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

§

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.