pub struct Parts {
Show 16 fields pub pg0: PG0, pub pg1: PG1, pub pg2: PG2, pub pg3: PG3, pub pg4: PG4, pub pg5: PG5, pub pg6: PG6, pub pg7: PG7, pub pg8: PG8, pub pg9: PG9, pub pg10: PG10, pub pg11: PG11, pub pg12: PG12, pub pg13: PG13, pub pg14: PG14, pub pg15: PG15,
}
Expand description

GPIO parts

Fields

pg0: PG0

Pin

pg1: PG1

Pin

pg2: PG2

Pin

pg3: PG3

Pin

pg4: PG4

Pin

pg5: PG5

Pin

pg6: PG6

Pin

pg7: PG7

Pin

pg8: PG8

Pin

pg9: PG9

Pin

pg10: PG10

Pin

pg11: PG11

Pin

pg12: PG12

Pin

pg13: PG13

Pin

pg14: PG14

Pin

pg15: PG15

Pin

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.