Struct stm32f4xx_hal::gpio::gpioh::Parts

source ·
pub struct Parts {
Show 16 fields pub ph0: PH0, pub ph1: PH1, pub ph2: PH2, pub ph3: PH3, pub ph4: PH4, pub ph5: PH5, pub ph6: PH6, pub ph7: PH7, pub ph8: PH8, pub ph9: PH9, pub ph10: PH10, pub ph11: PH11, pub ph12: PH12, pub ph13: PH13, pub ph14: PH14, pub ph15: PH15,
}
Expand description

GPIO parts

Fields§

§ph0: PH0

Pin

§ph1: PH1

Pin

§ph2: PH2

Pin

§ph3: PH3

Pin

§ph4: PH4

Pin

§ph5: PH5

Pin

§ph6: PH6

Pin

§ph7: PH7

Pin

§ph8: PH8

Pin

§ph9: PH9

Pin

§ph10: PH10

Pin

§ph11: PH11

Pin

§ph12: PH12

Pin

§ph13: PH13

Pin

§ph14: PH14

Pin

§ph15: PH15

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.