Struct stm32f7xx_hal::gpio::gpioj::Parts

source ·
pub struct Parts {
Show 16 fields pub pj0: PJ0, pub pj1: PJ1, pub pj2: PJ2, pub pj3: PJ3, pub pj4: PJ4, pub pj5: PJ5, pub pj6: PJ6, pub pj7: PJ7, pub pj8: PJ8, pub pj9: PJ9, pub pj10: PJ10, pub pj11: PJ11, pub pj12: PJ12, pub pj13: PJ13, pub pj14: PJ14, pub pj15: PJ15,
}
Expand description

GPIO parts

Fields§

§pj0: PJ0

Pin

§pj1: PJ1

Pin

§pj2: PJ2

Pin

§pj3: PJ3

Pin

§pj4: PJ4

Pin

§pj5: PJ5

Pin

§pj6: PJ6

Pin

§pj7: PJ7

Pin

§pj8: PJ8

Pin

§pj9: PJ9

Pin

§pj10: PJ10

Pin

§pj11: PJ11

Pin

§pj12: PJ12

Pin

§pj13: PJ13

Pin

§pj14: PJ14

Pin

§pj15: PJ15

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.