pub struct Parts {
    pub ph0: PH0<Analog>,
    pub ph1: PH1<Analog>,
    pub ph9: PH9<Analog>,
    pub ph10: PH10<Analog>,
}
Expand description

GPIO parts

Fields

ph0: PH0<Analog>

Pin

ph1: PH1<Analog>

Pin

ph9: PH9<Analog>

Pin

ph10: PH10<Analog>

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.

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.