[][src]Struct drone_stm32_map_periph_uart::UUartIcrFields

pub struct UUartIcrFields<T: UartMap> {
    pub wucf: T::UUartIcrWucf,
    pub cmcf: T::UUartIcrCmcf,
    pub eobcf: T::UUartIcrEobcfOpt,
    pub rtocf: T::UUartIcrRtocfOpt,
    pub ctscf: T::UUartIcrCtscf,
    pub lbdcf: T::UUartIcrLbdcfOpt,
    pub tccf: T::UUartIcrTccf,
    pub idlecf: T::UUartIcrIdlecf,
    pub orecf: T::UUartIcrOrecf,
    pub ncf: T::UUartIcrNcf,
    pub fecf: T::UUartIcrFecf,
    pub pecf: T::UUartIcrPecf,
}

Fields

wucf: T::UUartIcrWucfcmcf: T::UUartIcrCmcfeobcf: T::UUartIcrEobcfOptrtocf: T::UUartIcrRtocfOptctscf: T::UUartIcrCtscflbdcf: T::UUartIcrLbdcfOpttccf: T::UUartIcrTccfidlecf: T::UUartIcrIdlecforecf: T::UUartIcrOrecfncf: T::UUartIcrNcffecf: T::UUartIcrFecfpecf: T::UUartIcrPecf

Auto Trait Implementations

impl<T> Unpin for UUartIcrFields<T> where
    <T as UartIcrCmcf<T>>::UUartIcrCmcf: Unpin,
    <T as UartIcrCtscf<T>>::UUartIcrCtscf: Unpin,
    <T as UartIcrEobcfOpt<T>>::UUartIcrEobcfOpt: Unpin,
    <T as UartIcrFecf<T>>::UUartIcrFecf: Unpin,
    <T as UartIcrIdlecf<T>>::UUartIcrIdlecf: Unpin,
    <T as UartIcrLbdcfOpt<T>>::UUartIcrLbdcfOpt: Unpin,
    <T as UartIcrNcf<T>>::UUartIcrNcf: Unpin,
    <T as UartIcrOrecf<T>>::UUartIcrOrecf: Unpin,
    <T as UartIcrPecf<T>>::UUartIcrPecf: Unpin,
    <T as UartIcrRtocfOpt<T>>::UUartIcrRtocfOpt: Unpin,
    <T as UartIcrTccf<T>>::UUartIcrTccf: Unpin,
    <T as UartIcrWucf<T>>::UUartIcrWucf: Unpin

impl<T> Send for UUartIcrFields<T> where
    <T as UartIcrCmcf<T>>::UUartIcrCmcf: Send,
    <T as UartIcrCtscf<T>>::UUartIcrCtscf: Send,
    <T as UartIcrEobcfOpt<T>>::UUartIcrEobcfOpt: Send,
    <T as UartIcrFecf<T>>::UUartIcrFecf: Send,
    <T as UartIcrIdlecf<T>>::UUartIcrIdlecf: Send,
    <T as UartIcrLbdcfOpt<T>>::UUartIcrLbdcfOpt: Send,
    <T as UartIcrNcf<T>>::UUartIcrNcf: Send,
    <T as UartIcrOrecf<T>>::UUartIcrOrecf: Send,
    <T as UartIcrPecf<T>>::UUartIcrPecf: Send,
    <T as UartIcrRtocfOpt<T>>::UUartIcrRtocfOpt: Send,
    <T as UartIcrTccf<T>>::UUartIcrTccf: Send,
    <T as UartIcrWucf<T>>::UUartIcrWucf: Send

impl<T> Sync for UUartIcrFields<T> where
    <T as UartIcrCmcf<T>>::UUartIcrCmcf: Sync,
    <T as UartIcrCtscf<T>>::UUartIcrCtscf: Sync,
    <T as UartIcrEobcfOpt<T>>::UUartIcrEobcfOpt: Sync,
    <T as UartIcrFecf<T>>::UUartIcrFecf: Sync,
    <T as UartIcrIdlecf<T>>::UUartIcrIdlecf: Sync,
    <T as UartIcrLbdcfOpt<T>>::UUartIcrLbdcfOpt: Sync,
    <T as UartIcrNcf<T>>::UUartIcrNcf: Sync,
    <T as UartIcrOrecf<T>>::UUartIcrOrecf: Sync,
    <T as UartIcrPecf<T>>::UUartIcrPecf: Sync,
    <T as UartIcrRtocfOpt<T>>::UUartIcrRtocfOpt: Sync,
    <T as UartIcrTccf<T>>::UUartIcrTccf: Sync,
    <T as UartIcrWucf<T>>::UUartIcrWucf: 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]