Struct Usart1RxDmaRmp
#[repr(transparent)]pub struct Usart1RxDmaRmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Usart1RxDmaRmp
impl Usart1RxDmaRmp
pub const NOTREMAPPED: Self
pub const NOTREMAPPED: Self
USART1_RX DMA request mapped on DMA channel 3
pub const REMAPPED: Self
pub const REMAPPED: Self
USART1_RX DMA request mapped on DMA channel 5
Trait Implementations§
§impl Clone for Usart1RxDmaRmp
impl Clone for Usart1RxDmaRmp
§fn clone(&self) -> Usart1RxDmaRmp
fn clone(&self) -> Usart1RxDmaRmp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Usart1RxDmaRmp
impl Ord for Usart1RxDmaRmp
§impl PartialEq for Usart1RxDmaRmp
impl PartialEq for Usart1RxDmaRmp
§impl PartialOrd for Usart1RxDmaRmp
impl PartialOrd for Usart1RxDmaRmp
impl Copy for Usart1RxDmaRmp
impl Eq for Usart1RxDmaRmp
impl StructuralPartialEq for Usart1RxDmaRmp
Auto Trait Implementations§
impl Freeze for Usart1RxDmaRmp
impl RefUnwindSafe for Usart1RxDmaRmp
impl Send for Usart1RxDmaRmp
impl Sync for Usart1RxDmaRmp
impl Unpin for Usart1RxDmaRmp
impl UnwindSafe for Usart1RxDmaRmp
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