Struct port_expander::dev::pca9555::Parts[][src]

pub struct Parts<'a, I2C, M = NullMutex<Driver<I2C>>> where
    I2C: I2cBus,
    M: BusMutex<Bus = Driver<I2C>>, 
{
Show fields pub io0_0: Pin<'a, Input, M>, pub io0_1: Pin<'a, Input, M>, pub io0_2: Pin<'a, Input, M>, pub io0_3: Pin<'a, Input, M>, pub io0_4: Pin<'a, Input, M>, pub io0_5: Pin<'a, Input, M>, pub io0_6: Pin<'a, Input, M>, pub io0_7: Pin<'a, Input, M>, pub io1_0: Pin<'a, Input, M>, pub io1_1: Pin<'a, Input, M>, pub io1_2: Pin<'a, Input, M>, pub io1_3: Pin<'a, Input, M>, pub io1_4: Pin<'a, Input, M>, pub io1_5: Pin<'a, Input, M>, pub io1_6: Pin<'a, Input, M>, pub io1_7: Pin<'a, Input, M>,
}

Fields

io0_0: Pin<'a, Input, M>io0_1: Pin<'a, Input, M>io0_2: Pin<'a, Input, M>io0_3: Pin<'a, Input, M>io0_4: Pin<'a, Input, M>io0_5: Pin<'a, Input, M>io0_6: Pin<'a, Input, M>io0_7: Pin<'a, Input, M>io1_0: Pin<'a, Input, M>io1_1: Pin<'a, Input, M>io1_2: Pin<'a, Input, M>io1_3: Pin<'a, Input, M>io1_4: Pin<'a, Input, M>io1_5: Pin<'a, Input, M>io1_6: Pin<'a, Input, M>io1_7: Pin<'a, Input, M>

Auto Trait Implementations

impl<'a, I2C, M> Send for Parts<'a, I2C, M> where
    M: Sync

impl<'a, I2C, M> Sync for Parts<'a, I2C, M> where
    M: Sync

impl<'a, I2C, M> Unpin for Parts<'a, I2C, M>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.