Struct drone_nrf_map_periph_uarte::SUarteIntenFields[][src]

pub struct SUarteIntenFields<T: UarteMap> {
    pub cts: T::SUarteIntenCts,
    pub ncts: T::SUarteIntenNcts,
    pub rxdrdy: T::SUarteIntenRxdrdy,
    pub endrx: T::SUarteIntenEndrx,
    pub txdrdy: T::SUarteIntenTxdrdy,
    pub endtx: T::SUarteIntenEndtx,
    pub error: T::SUarteIntenError,
    pub rxto: T::SUarteIntenRxto,
    pub rxstarted: T::SUarteIntenRxstarted,
    pub txstarted: T::SUarteIntenTxstarted,
    pub txstopped: T::SUarteIntenTxstopped,
}

Fields

cts: T::SUarteIntenCtsncts: T::SUarteIntenNctsrxdrdy: T::SUarteIntenRxdrdyendrx: T::SUarteIntenEndrxtxdrdy: T::SUarteIntenTxdrdyendtx: T::SUarteIntenEndtxerror: T::SUarteIntenErrorrxto: T::SUarteIntenRxtorxstarted: T::SUarteIntenRxstartedtxstarted: T::SUarteIntenTxstartedtxstopped: T::SUarteIntenTxstopped

Auto Trait Implementations

impl<T> Send for SUarteIntenFields<T>

impl<T> Sync for SUarteIntenFields<T>

impl<T> Unpin for SUarteIntenFields<T> where
    <T as UarteIntenCts<T>>::SUarteIntenCts: Unpin,
    <T as UarteIntenEndrx<T>>::SUarteIntenEndrx: Unpin,
    <T as UarteIntenEndtx<T>>::SUarteIntenEndtx: Unpin,
    <T as UarteIntenError<T>>::SUarteIntenError: Unpin,
    <T as UarteIntenNcts<T>>::SUarteIntenNcts: Unpin,
    <T as UarteIntenRxdrdy<T>>::SUarteIntenRxdrdy: Unpin,
    <T as UarteIntenRxstarted<T>>::SUarteIntenRxstarted: Unpin,
    <T as UarteIntenRxto<T>>::SUarteIntenRxto: Unpin,
    <T as UarteIntenTxdrdy<T>>::SUarteIntenTxdrdy: Unpin,
    <T as UarteIntenTxstarted<T>>::SUarteIntenTxstarted: Unpin,
    <T as UarteIntenTxstopped<T>>::SUarteIntenTxstopped: 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.