pub struct Lpuart4RxRequest;Expand description
DMA request source for LPUART4 RX.
Trait Implementations§
Source§impl Clone for Lpuart4RxRequest
impl Clone for Lpuart4RxRequest
Source§fn clone(&self) -> Lpuart4RxRequest
fn clone(&self) -> Lpuart4RxRequest
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 Lpuart4RxRequest
impl Debug for Lpuart4RxRequest
Source§impl DmaRequest for Lpuart4RxRequest
impl DmaRequest for Lpuart4RxRequest
Source§const REQUEST_NUMBER: u8 = 29u8
const REQUEST_NUMBER: u8 = 29u8
The hardware request source number for the DMA mux.
impl Copy for Lpuart4RxRequest
Auto Trait Implementations§
impl Freeze for Lpuart4RxRequest
impl RefUnwindSafe for Lpuart4RxRequest
impl Send for Lpuart4RxRequest
impl Sync for Lpuart4RxRequest
impl Unpin for Lpuart4RxRequest
impl UnwindSafe for Lpuart4RxRequest
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