Struct drone_nrf_map_periph_uarte::UUarteIntensetFields[][src]

pub struct UUarteIntensetFields<T: UarteMap> {
    pub cts: T::UUarteIntensetCts,
    pub ncts: T::UUarteIntensetNcts,
    pub rxdrdy: T::UUarteIntensetRxdrdy,
    pub endrx: T::UUarteIntensetEndrx,
    pub txdrdy: T::UUarteIntensetTxdrdy,
    pub endtx: T::UUarteIntensetEndtx,
    pub error: T::UUarteIntensetError,
    pub rxto: T::UUarteIntensetRxto,
    pub rxstarted: T::UUarteIntensetRxstarted,
    pub txstarted: T::UUarteIntensetTxstarted,
    pub txstopped: T::UUarteIntensetTxstopped,
}

Fields

cts: T::UUarteIntensetCtsncts: T::UUarteIntensetNctsrxdrdy: T::UUarteIntensetRxdrdyendrx: T::UUarteIntensetEndrxtxdrdy: T::UUarteIntensetTxdrdyendtx: T::UUarteIntensetEndtxerror: T::UUarteIntensetErrorrxto: T::UUarteIntensetRxtorxstarted: T::UUarteIntensetRxstartedtxstarted: T::UUarteIntensetTxstartedtxstopped: T::UUarteIntensetTxstopped

Auto Trait Implementations

impl<T> Send for UUarteIntensetFields<T>

impl<T> Sync for UUarteIntensetFields<T>

impl<T> Unpin for UUarteIntensetFields<T> where
    <T as UarteIntensetCts<T>>::UUarteIntensetCts: Unpin,
    <T as UarteIntensetEndrx<T>>::UUarteIntensetEndrx: Unpin,
    <T as UarteIntensetEndtx<T>>::UUarteIntensetEndtx: Unpin,
    <T as UarteIntensetError<T>>::UUarteIntensetError: Unpin,
    <T as UarteIntensetNcts<T>>::UUarteIntensetNcts: Unpin,
    <T as UarteIntensetRxdrdy<T>>::UUarteIntensetRxdrdy: Unpin,
    <T as UarteIntensetRxstarted<T>>::UUarteIntensetRxstarted: Unpin,
    <T as UarteIntensetRxto<T>>::UUarteIntensetRxto: Unpin,
    <T as UarteIntensetTxdrdy<T>>::UUarteIntensetTxdrdy: Unpin,
    <T as UarteIntensetTxstarted<T>>::UUarteIntensetTxstarted: Unpin,
    <T as UarteIntensetTxstopped<T>>::UUarteIntensetTxstopped: 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.