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