Struct drone_nrf_map_periph_uarte::SUarteIntenFields [−][src]
Fields
cts: T::SUarteIntenCts
ncts: T::SUarteIntenNcts
rxdrdy: T::SUarteIntenRxdrdy
endrx: T::SUarteIntenEndrx
txdrdy: T::SUarteIntenTxdrdy
endtx: T::SUarteIntenEndtx
error: T::SUarteIntenError
rxto: T::SUarteIntenRxto
rxstarted: T::SUarteIntenRxstarted
txstarted: T::SUarteIntenTxstarted
txstopped: 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,
<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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,