Struct stm32f4xx_hal::gpio::gpioe::Parts

source ·
pub struct Parts {
Show 16 fields pub pe0: PE0, pub pe1: PE1, pub pe2: PE2, pub pe3: PE3, pub pe4: PE4, pub pe5: PE5, pub pe6: PE6, pub pe7: PE7, pub pe8: PE8, pub pe9: PE9, pub pe10: PE10, pub pe11: PE11, pub pe12: PE12, pub pe13: PE13, pub pe14: PE14, pub pe15: PE15,
}
Expand description

GPIO parts

Fields§

§pe0: PE0

Pin

§pe1: PE1

Pin

§pe2: PE2

Pin

§pe3: PE3

Pin

§pe4: PE4

Pin

§pe5: PE5

Pin

§pe6: PE6

Pin

§pe7: PE7

Pin

§pe8: PE8

Pin

§pe9: PE9

Pin

§pe10: PE10

Pin

§pe11: PE11

Pin

§pe12: PE12

Pin

§pe13: PE13

Pin

§pe14: PE14

Pin

§pe15: PE15

Pin

Auto Trait Implementations§

§

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.