[][src]Struct drone_stm32_map_periph_i2c::CI2CTimeoutrFields

pub struct CI2CTimeoutrFields<T: I2CMap> {
    pub texten: T::CI2CTimeoutrTexten,
    pub tidle: T::CI2CTimeoutrTidle,
    pub timeouta: T::CI2CTimeoutrTimeouta,
    pub timeoutb: T::CI2CTimeoutrTimeoutb,
    pub timouten: T::CI2CTimeoutrTimouten,
}

Fields

texten: T::CI2CTimeoutrTextentidle: T::CI2CTimeoutrTidletimeouta: T::CI2CTimeoutrTimeoutatimeoutb: T::CI2CTimeoutrTimeoutbtimouten: T::CI2CTimeoutrTimouten

Auto Trait Implementations

impl<T> Unpin for CI2CTimeoutrFields<T> where
    <T as I2CTimeoutrTexten<T>>::CI2CTimeoutrTexten: Unpin,
    <T as I2CTimeoutrTidle<T>>::CI2CTimeoutrTidle: Unpin,
    <T as I2CTimeoutrTimeouta<T>>::CI2CTimeoutrTimeouta: Unpin,
    <T as I2CTimeoutrTimeoutb<T>>::CI2CTimeoutrTimeoutb: Unpin,
    <T as I2CTimeoutrTimouten<T>>::CI2CTimeoutrTimouten: Unpin

impl<T> Send for CI2CTimeoutrFields<T> where
    <T as I2CTimeoutrTexten<T>>::CI2CTimeoutrTexten: Send,
    <T as I2CTimeoutrTidle<T>>::CI2CTimeoutrTidle: Send,
    <T as I2CTimeoutrTimeouta<T>>::CI2CTimeoutrTimeouta: Send,
    <T as I2CTimeoutrTimeoutb<T>>::CI2CTimeoutrTimeoutb: Send,
    <T as I2CTimeoutrTimouten<T>>::CI2CTimeoutrTimouten: Send

impl<T> Sync for CI2CTimeoutrFields<T> where
    <T as I2CTimeoutrTexten<T>>::CI2CTimeoutrTexten: Sync,
    <T as I2CTimeoutrTidle<T>>::CI2CTimeoutrTidle: Sync,
    <T as I2CTimeoutrTimeouta<T>>::CI2CTimeoutrTimeouta: Sync,
    <T as I2CTimeoutrTimeoutb<T>>::CI2CTimeoutrTimeoutb: Sync,
    <T as I2CTimeoutrTimouten<T>>::CI2CTimeoutrTimouten: 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]