Struct drone_nrf_map_periph_uarte::SUarteIntenclrFields[][src]

pub struct SUarteIntenclrFields<T: UarteMap> {
    pub cts: T::SUarteIntenclrCts,
    pub ncts: T::SUarteIntenclrNcts,
    pub rxdrdy: T::SUarteIntenclrRxdrdy,
    pub endrx: T::SUarteIntenclrEndrx,
    pub txdrdy: T::SUarteIntenclrTxdrdy,
    pub endtx: T::SUarteIntenclrEndtx,
    pub error: T::SUarteIntenclrError,
    pub rxto: T::SUarteIntenclrRxto,
    pub rxstarted: T::SUarteIntenclrRxstarted,
    pub txstarted: T::SUarteIntenclrTxstarted,
    pub txstopped: T::SUarteIntenclrTxstopped,
}

Fields

cts: T::SUarteIntenclrCtsncts: T::SUarteIntenclrNctsrxdrdy: T::SUarteIntenclrRxdrdyendrx: T::SUarteIntenclrEndrxtxdrdy: T::SUarteIntenclrTxdrdyendtx: T::SUarteIntenclrEndtxerror: T::SUarteIntenclrErrorrxto: T::SUarteIntenclrRxtorxstarted: T::SUarteIntenclrRxstartedtxstarted: T::SUarteIntenclrTxstartedtxstopped: T::SUarteIntenclrTxstopped

Auto Trait Implementations

impl<T> Send for SUarteIntenclrFields<T>

impl<T> Sync for SUarteIntenclrFields<T>

impl<T> Unpin for SUarteIntenclrFields<T> where
    <T as UarteIntenclrCts<T>>::SUarteIntenclrCts: Unpin,
    <T as UarteIntenclrEndrx<T>>::SUarteIntenclrEndrx: Unpin,
    <T as UarteIntenclrEndtx<T>>::SUarteIntenclrEndtx: Unpin,
    <T as UarteIntenclrError<T>>::SUarteIntenclrError: Unpin,
    <T as UarteIntenclrNcts<T>>::SUarteIntenclrNcts: Unpin,
    <T as UarteIntenclrRxdrdy<T>>::SUarteIntenclrRxdrdy: Unpin,
    <T as UarteIntenclrRxstarted<T>>::SUarteIntenclrRxstarted: Unpin,
    <T as UarteIntenclrRxto<T>>::SUarteIntenclrRxto: Unpin,
    <T as UarteIntenclrTxdrdy<T>>::SUarteIntenclrTxdrdy: Unpin,
    <T as UarteIntenclrTxstarted<T>>::SUarteIntenclrTxstarted: Unpin,
    <T as UarteIntenclrTxstopped<T>>::SUarteIntenclrTxstopped: 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.