pub struct Parts {
Show 16 fields pub pd0: PD0, pub pd1: PD1, pub pd2: PD2, pub pd3: PD3, pub pd4: PD4, pub pd5: PD5, pub pd6: PD6, pub pd7: PD7, pub pd8: PD8, pub pd9: PD9, pub pd10: PD10, pub pd11: PD11, pub pd12: PD12, pub pd13: PD13, pub pd14: PD14, pub pd15: PD15,
}
Expand description

GPIO parts

Fields

pd0: PD0

Pin

pd1: PD1

Pin

pd2: PD2

Pin

pd3: PD3

Pin

pd4: PD4

Pin

pd5: PD5

Pin

pd6: PD6

Pin

pd7: PD7

Pin

pd8: PD8

Pin

pd9: PD9

Pin

pd10: PD10

Pin

pd11: PD11

Pin

pd12: PD12

Pin

pd13: PD13

Pin

pd14: PD14

Pin

pd15: PD15

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.