[][src]Struct drone_stm32_map_periph_i2c::UI2CIcrFields

pub struct UI2CIcrFields<T: I2CMap> {
    pub addrcf: T::UI2CIcrAddrcf,
    pub alertcf: T::UI2CIcrAlertcf,
    pub arlocf: T::UI2CIcrArlocf,
    pub berrcf: T::UI2CIcrBerrcf,
    pub nackcf: T::UI2CIcrNackcf,
    pub ovrcf: T::UI2CIcrOvrcf,
    pub peccf: T::UI2CIcrPeccf,
    pub stopcf: T::UI2CIcrStopcf,
    pub timoutcf: T::UI2CIcrTimoutcf,
}

Fields

addrcf: T::UI2CIcrAddrcfalertcf: T::UI2CIcrAlertcfarlocf: T::UI2CIcrArlocfberrcf: T::UI2CIcrBerrcfnackcf: T::UI2CIcrNackcfovrcf: T::UI2CIcrOvrcfpeccf: T::UI2CIcrPeccfstopcf: T::UI2CIcrStopcftimoutcf: T::UI2CIcrTimoutcf

Auto Trait Implementations

impl<T> Unpin for UI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::UI2CIcrAddrcf: Unpin,
    <T as I2CIcrAlertcf<T>>::UI2CIcrAlertcf: Unpin,
    <T as I2CIcrArlocf<T>>::UI2CIcrArlocf: Unpin,
    <T as I2CIcrBerrcf<T>>::UI2CIcrBerrcf: Unpin,
    <T as I2CIcrNackcf<T>>::UI2CIcrNackcf: Unpin,
    <T as I2CIcrOvrcf<T>>::UI2CIcrOvrcf: Unpin,
    <T as I2CIcrPeccf<T>>::UI2CIcrPeccf: Unpin,
    <T as I2CIcrStopcf<T>>::UI2CIcrStopcf: Unpin,
    <T as I2CIcrTimoutcf<T>>::UI2CIcrTimoutcf: Unpin

impl<T> Send for UI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::UI2CIcrAddrcf: Send,
    <T as I2CIcrAlertcf<T>>::UI2CIcrAlertcf: Send,
    <T as I2CIcrArlocf<T>>::UI2CIcrArlocf: Send,
    <T as I2CIcrBerrcf<T>>::UI2CIcrBerrcf: Send,
    <T as I2CIcrNackcf<T>>::UI2CIcrNackcf: Send,
    <T as I2CIcrOvrcf<T>>::UI2CIcrOvrcf: Send,
    <T as I2CIcrPeccf<T>>::UI2CIcrPeccf: Send,
    <T as I2CIcrStopcf<T>>::UI2CIcrStopcf: Send,
    <T as I2CIcrTimoutcf<T>>::UI2CIcrTimoutcf: Send

impl<T> Sync for UI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::UI2CIcrAddrcf: Sync,
    <T as I2CIcrAlertcf<T>>::UI2CIcrAlertcf: Sync,
    <T as I2CIcrArlocf<T>>::UI2CIcrArlocf: Sync,
    <T as I2CIcrBerrcf<T>>::UI2CIcrBerrcf: Sync,
    <T as I2CIcrNackcf<T>>::UI2CIcrNackcf: Sync,
    <T as I2CIcrOvrcf<T>>::UI2CIcrOvrcf: Sync,
    <T as I2CIcrPeccf<T>>::UI2CIcrPeccf: Sync,
    <T as I2CIcrStopcf<T>>::UI2CIcrStopcf: Sync,
    <T as I2CIcrTimoutcf<T>>::UI2CIcrTimoutcf: Sync

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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