[][src]Struct drone_stm32_map_periph_i2c::SI2CTimeoutrFields

pub struct SI2CTimeoutrFields<T: I2CMap> {
    pub texten: T::SI2CTimeoutrTexten,
    pub tidle: T::SI2CTimeoutrTidle,
    pub timeouta: T::SI2CTimeoutrTimeouta,
    pub timeoutb: T::SI2CTimeoutrTimeoutb,
    pub timouten: T::SI2CTimeoutrTimouten,
}

Fields

texten: T::SI2CTimeoutrTextentidle: T::SI2CTimeoutrTidletimeouta: T::SI2CTimeoutrTimeoutatimeoutb: T::SI2CTimeoutrTimeoutbtimouten: T::SI2CTimeoutrTimouten

Auto Trait Implementations

impl<T> Unpin for SI2CTimeoutrFields<T> where
    <T as I2CTimeoutrTexten<T>>::SI2CTimeoutrTexten: Unpin,
    <T as I2CTimeoutrTidle<T>>::SI2CTimeoutrTidle: Unpin,
    <T as I2CTimeoutrTimeouta<T>>::SI2CTimeoutrTimeouta: Unpin,
    <T as I2CTimeoutrTimeoutb<T>>::SI2CTimeoutrTimeoutb: Unpin,
    <T as I2CTimeoutrTimouten<T>>::SI2CTimeoutrTimouten: Unpin

impl<T> Send for SI2CTimeoutrFields<T> where
    <T as I2CTimeoutrTexten<T>>::SI2CTimeoutrTexten: Send,
    <T as I2CTimeoutrTidle<T>>::SI2CTimeoutrTidle: Send,
    <T as I2CTimeoutrTimeouta<T>>::SI2CTimeoutrTimeouta: Send,
    <T as I2CTimeoutrTimeoutb<T>>::SI2CTimeoutrTimeoutb: Send,
    <T as I2CTimeoutrTimouten<T>>::SI2CTimeoutrTimouten: Send

impl<T> Sync for SI2CTimeoutrFields<T> where
    <T as I2CTimeoutrTexten<T>>::SI2CTimeoutrTexten: Sync,
    <T as I2CTimeoutrTidle<T>>::SI2CTimeoutrTidle: Sync,
    <T as I2CTimeoutrTimeouta<T>>::SI2CTimeoutrTimeouta: Sync,
    <T as I2CTimeoutrTimeoutb<T>>::SI2CTimeoutrTimeoutb: Sync,
    <T as I2CTimeoutrTimouten<T>>::SI2CTimeoutrTimouten: 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]