pub struct Parts<'a, I2C, M = NullMutex<Driver<I2C>>> where
    I2C: I2cBus,
    M: BusMutex<Bus = Driver<I2C>>, 
{ pub io0: Pin<'a, Input, M>, pub io1: Pin<'a, Input, M>, pub io2: Pin<'a, Input, M>, pub io3: Pin<'a, Input, M>, }

Fields

io0: Pin<'a, Input, M>io1: Pin<'a, Input, M>io2: Pin<'a, Input, M>io3: Pin<'a, Input, M>

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.