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