[][src]Struct drone_stm32_map_periph_i2c::SI2CIcrFields

pub struct SI2CIcrFields<T: I2CMap> {
    pub addrcf: T::SI2CIcrAddrcf,
    pub alertcf: T::SI2CIcrAlertcf,
    pub arlocf: T::SI2CIcrArlocf,
    pub berrcf: T::SI2CIcrBerrcf,
    pub nackcf: T::SI2CIcrNackcf,
    pub ovrcf: T::SI2CIcrOvrcf,
    pub peccf: T::SI2CIcrPeccf,
    pub stopcf: T::SI2CIcrStopcf,
    pub timoutcf: T::SI2CIcrTimoutcf,
}

Fields

addrcf: T::SI2CIcrAddrcfalertcf: T::SI2CIcrAlertcfarlocf: T::SI2CIcrArlocfberrcf: T::SI2CIcrBerrcfnackcf: T::SI2CIcrNackcfovrcf: T::SI2CIcrOvrcfpeccf: T::SI2CIcrPeccfstopcf: T::SI2CIcrStopcftimoutcf: T::SI2CIcrTimoutcf

Auto Trait Implementations

impl<T> Unpin for SI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::SI2CIcrAddrcf: Unpin,
    <T as I2CIcrAlertcf<T>>::SI2CIcrAlertcf: Unpin,
    <T as I2CIcrArlocf<T>>::SI2CIcrArlocf: Unpin,
    <T as I2CIcrBerrcf<T>>::SI2CIcrBerrcf: Unpin,
    <T as I2CIcrNackcf<T>>::SI2CIcrNackcf: Unpin,
    <T as I2CIcrOvrcf<T>>::SI2CIcrOvrcf: Unpin,
    <T as I2CIcrPeccf<T>>::SI2CIcrPeccf: Unpin,
    <T as I2CIcrStopcf<T>>::SI2CIcrStopcf: Unpin,
    <T as I2CIcrTimoutcf<T>>::SI2CIcrTimoutcf: Unpin

impl<T> Send for SI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::SI2CIcrAddrcf: Send,
    <T as I2CIcrAlertcf<T>>::SI2CIcrAlertcf: Send,
    <T as I2CIcrArlocf<T>>::SI2CIcrArlocf: Send,
    <T as I2CIcrBerrcf<T>>::SI2CIcrBerrcf: Send,
    <T as I2CIcrNackcf<T>>::SI2CIcrNackcf: Send,
    <T as I2CIcrOvrcf<T>>::SI2CIcrOvrcf: Send,
    <T as I2CIcrPeccf<T>>::SI2CIcrPeccf: Send,
    <T as I2CIcrStopcf<T>>::SI2CIcrStopcf: Send,
    <T as I2CIcrTimoutcf<T>>::SI2CIcrTimoutcf: Send

impl<T> Sync for SI2CIcrFields<T> where
    <T as I2CIcrAddrcf<T>>::SI2CIcrAddrcf: Sync,
    <T as I2CIcrAlertcf<T>>::SI2CIcrAlertcf: Sync,
    <T as I2CIcrArlocf<T>>::SI2CIcrArlocf: Sync,
    <T as I2CIcrBerrcf<T>>::SI2CIcrBerrcf: Sync,
    <T as I2CIcrNackcf<T>>::SI2CIcrNackcf: Sync,
    <T as I2CIcrOvrcf<T>>::SI2CIcrOvrcf: Sync,
    <T as I2CIcrPeccf<T>>::SI2CIcrPeccf: Sync,
    <T as I2CIcrStopcf<T>>::SI2CIcrStopcf: Sync,
    <T as I2CIcrTimoutcf<T>>::SI2CIcrTimoutcf: 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]