Struct drone_nrf_map_periph_uarte::CUarteIntenFields[][src]

pub struct CUarteIntenFields<T: UarteMap> {
    pub cts: T::CUarteIntenCts,
    pub ncts: T::CUarteIntenNcts,
    pub rxdrdy: T::CUarteIntenRxdrdy,
    pub endrx: T::CUarteIntenEndrx,
    pub txdrdy: T::CUarteIntenTxdrdy,
    pub endtx: T::CUarteIntenEndtx,
    pub error: T::CUarteIntenError,
    pub rxto: T::CUarteIntenRxto,
    pub rxstarted: T::CUarteIntenRxstarted,
    pub txstarted: T::CUarteIntenTxstarted,
    pub txstopped: T::CUarteIntenTxstopped,
}

Fields

cts: T::CUarteIntenCtsncts: T::CUarteIntenNctsrxdrdy: T::CUarteIntenRxdrdyendrx: T::CUarteIntenEndrxtxdrdy: T::CUarteIntenTxdrdyendtx: T::CUarteIntenEndtxerror: T::CUarteIntenErrorrxto: T::CUarteIntenRxtorxstarted: T::CUarteIntenRxstartedtxstarted: T::CUarteIntenTxstartedtxstopped: T::CUarteIntenTxstopped

Auto Trait Implementations

impl<T> Send for CUarteIntenFields<T>

impl<T> Sync for CUarteIntenFields<T>

impl<T> Unpin for CUarteIntenFields<T> where
    <T as UarteIntenCts<T>>::CUarteIntenCts: Unpin,
    <T as UarteIntenEndrx<T>>::CUarteIntenEndrx: Unpin,
    <T as UarteIntenEndtx<T>>::CUarteIntenEndtx: Unpin,
    <T as UarteIntenError<T>>::CUarteIntenError: Unpin,
    <T as UarteIntenNcts<T>>::CUarteIntenNcts: Unpin,
    <T as UarteIntenRxdrdy<T>>::CUarteIntenRxdrdy: Unpin,
    <T as UarteIntenRxstarted<T>>::CUarteIntenRxstarted: Unpin,
    <T as UarteIntenRxto<T>>::CUarteIntenRxto: Unpin,
    <T as UarteIntenTxdrdy<T>>::CUarteIntenTxdrdy: Unpin,
    <T as UarteIntenTxstarted<T>>::CUarteIntenTxstarted: Unpin,
    <T as UarteIntenTxstopped<T>>::CUarteIntenTxstopped: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

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> 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.