pub enum Dma1Peripheral {
USART1_TX,
USART1_RX,
}
Expand description
List of peripherals managed by DMA1 not complete yet
Variants§
Trait Implementations§
Source§impl Clone for Dma1Peripheral
impl Clone for Dma1Peripheral
Source§fn clone(&self) -> Dma1Peripheral
fn clone(&self) -> Dma1Peripheral
Returns a copy 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 PartialEq for Dma1Peripheral
impl PartialEq for Dma1Peripheral
impl Copy for Dma1Peripheral
impl StructuralPartialEq for Dma1Peripheral
Auto Trait Implementations§
impl Freeze for Dma1Peripheral
impl RefUnwindSafe for Dma1Peripheral
impl Send for Dma1Peripheral
impl Sync for Dma1Peripheral
impl Unpin for Dma1Peripheral
impl UnwindSafe for Dma1Peripheral
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