pub struct Parts {
Show 16 fields pub pi0: PI0, pub pi1: PI1, pub pi2: PI2, pub pi3: PI3, pub pi4: PI4, pub pi5: PI5, pub pi6: PI6, pub pi7: PI7, pub pi8: PI8, pub pi9: PI9, pub pi10: PI10, pub pi11: PI11, pub pi12: PI12, pub pi13: PI13, pub pi14: PI14, pub pi15: PI15,
}
Expand description

GPIO parts

Fields

pi0: PI0

Pin

pi1: PI1

Pin

pi2: PI2

Pin

pi3: PI3

Pin

pi4: PI4

Pin

pi5: PI5

Pin

pi6: PI6

Pin

pi7: PI7

Pin

pi8: PI8

Pin

pi9: PI9

Pin

pi10: PI10

Pin

pi11: PI11

Pin

pi12: PI12

Pin

pi13: PI13

Pin

pi14: PI14

Pin

pi15: PI15

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.