[][src]Struct drone_stm32_map_periph_i2c::CI2CIcrFields

pub struct CI2CIcrFields<T: I2CMap> {
    pub addrcf: T::CI2CIcrAddrcf,
    pub alertcf: T::CI2CIcrAlertcf,
    pub arlocf: T::CI2CIcrArlocf,
    pub berrcf: T::CI2CIcrBerrcf,
    pub nackcf: T::CI2CIcrNackcf,
    pub ovrcf: T::CI2CIcrOvrcf,
    pub peccf: T::CI2CIcrPeccf,
    pub stopcf: T::CI2CIcrStopcf,
    pub timoutcf: T::CI2CIcrTimoutcf,
}

Fields

addrcf: T::CI2CIcrAddrcfalertcf: T::CI2CIcrAlertcfarlocf: T::CI2CIcrArlocfberrcf: T::CI2CIcrBerrcfnackcf: T::CI2CIcrNackcfovrcf: T::CI2CIcrOvrcfpeccf: T::CI2CIcrPeccfstopcf: T::CI2CIcrStopcftimoutcf: T::CI2CIcrTimoutcf

Auto Trait Implementations

impl<T> Unpin for CI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::CI2CIcrAddrcf: Unpin,
    <T as I2CIcrAlertcf<T>>::CI2CIcrAlertcf: Unpin,
    <T as I2CIcrArlocf<T>>::CI2CIcrArlocf: Unpin,
    <T as I2CIcrBerrcf<T>>::CI2CIcrBerrcf: Unpin,
    <T as I2CIcrNackcf<T>>::CI2CIcrNackcf: Unpin,
    <T as I2CIcrOvrcf<T>>::CI2CIcrOvrcf: Unpin,
    <T as I2CIcrPeccf<T>>::CI2CIcrPeccf: Unpin,
    <T as I2CIcrStopcf<T>>::CI2CIcrStopcf: Unpin,
    <T as I2CIcrTimoutcf<T>>::CI2CIcrTimoutcf: Unpin

impl<T> Send for CI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::CI2CIcrAddrcf: Send,
    <T as I2CIcrAlertcf<T>>::CI2CIcrAlertcf: Send,
    <T as I2CIcrArlocf<T>>::CI2CIcrArlocf: Send,
    <T as I2CIcrBerrcf<T>>::CI2CIcrBerrcf: Send,
    <T as I2CIcrNackcf<T>>::CI2CIcrNackcf: Send,
    <T as I2CIcrOvrcf<T>>::CI2CIcrOvrcf: Send,
    <T as I2CIcrPeccf<T>>::CI2CIcrPeccf: Send,
    <T as I2CIcrStopcf<T>>::CI2CIcrStopcf: Send,
    <T as I2CIcrTimoutcf<T>>::CI2CIcrTimoutcf: Send

impl<T> Sync for CI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::CI2CIcrAddrcf: Sync,
    <T as I2CIcrAlertcf<T>>::CI2CIcrAlertcf: Sync,
    <T as I2CIcrArlocf<T>>::CI2CIcrArlocf: Sync,
    <T as I2CIcrBerrcf<T>>::CI2CIcrBerrcf: Sync,
    <T as I2CIcrNackcf<T>>::CI2CIcrNackcf: Sync,
    <T as I2CIcrOvrcf<T>>::CI2CIcrOvrcf: Sync,
    <T as I2CIcrPeccf<T>>::CI2CIcrPeccf: Sync,
    <T as I2CIcrStopcf<T>>::CI2CIcrStopcf: Sync,
    <T as I2CIcrTimoutcf<T>>::CI2CIcrTimoutcf: 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]