pub struct Lpuart3RxRequest;Expand description
DMA request source for LPUART3 RX.
Trait Implementations§
Source§impl Clone for Lpuart3RxRequest
impl Clone for Lpuart3RxRequest
Source§fn clone(&self) -> Lpuart3RxRequest
fn clone(&self) -> Lpuart3RxRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Lpuart3RxRequest
impl Debug for Lpuart3RxRequest
Source§impl DmaRequest for Lpuart3RxRequest
impl DmaRequest for Lpuart3RxRequest
Source§const REQUEST_NUMBER: u8 = 27u8
const REQUEST_NUMBER: u8 = 27u8
The hardware request source number for the DMA mux.
impl Copy for Lpuart3RxRequest
Auto Trait Implementations§
impl Freeze for Lpuart3RxRequest
impl RefUnwindSafe for Lpuart3RxRequest
impl Send for Lpuart3RxRequest
impl Sync for Lpuart3RxRequest
impl Unpin for Lpuart3RxRequest
impl UnwindSafe for Lpuart3RxRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more