[][src]Struct xca9548a::Parts

pub struct Parts<'a, DEV: 'a, I2C> {
    pub i2c0: I2cSlave<'a, DEV, I2C>,
    pub i2c1: I2cSlave<'a, DEV, I2C>,
    pub i2c2: I2cSlave<'a, DEV, I2C>,
    pub i2c3: I2cSlave<'a, DEV, I2C>,
    pub i2c4: I2cSlave<'a, DEV, I2C>,
    pub i2c5: I2cSlave<'a, DEV, I2C>,
    pub i2c6: I2cSlave<'a, DEV, I2C>,
    pub i2c7: I2cSlave<'a, DEV, I2C>,
}

Slave I2C devices

Fields

i2c0: I2cSlave<'a, DEV, I2C>

Slave I2C device

i2c1: I2cSlave<'a, DEV, I2C>

Slave I2C device

i2c2: I2cSlave<'a, DEV, I2C>

Slave I2C device

i2c3: I2cSlave<'a, DEV, I2C>

Slave I2C device

i2c4: I2cSlave<'a, DEV, I2C>

Slave I2C device

i2c5: I2cSlave<'a, DEV, I2C>

Slave I2C device

i2c6: I2cSlave<'a, DEV, I2C>

Slave I2C device

i2c7: I2cSlave<'a, DEV, I2C>

Slave I2C device

Auto Trait Implementations

impl<'a, DEV, I2C> RefUnwindSafe for Parts<'a, DEV, I2C> where
    DEV: RefUnwindSafe,
    I2C: RefUnwindSafe

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

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

impl<'a, DEV, I2C> Unpin for Parts<'a, DEV, I2C> where
    I2C: Unpin

impl<'a, DEV, I2C> UnwindSafe for Parts<'a, DEV, I2C> where
    DEV: RefUnwindSafe,
    I2C: UnwindSafe

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.