#[repr(u8)]pub enum Dmaselselect {
    Sdma = 0,
    _32bit = 2,
}Expand description
DMA Select
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Dmaselselect
 
impl Clone for Dmaselselect
Source§fn clone(&self) -> Dmaselselect
 
fn clone(&self) -> Dmaselselect
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 Debug for Dmaselselect
 
impl Debug for Dmaselselect
Source§impl From<Dmaselselect> for u8
 
impl From<Dmaselselect> for u8
Source§fn from(variant: Dmaselselect) -> Self
 
fn from(variant: Dmaselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Dmaselselect
 
impl PartialEq for Dmaselselect
impl Copy for Dmaselselect
impl Eq for Dmaselselect
impl IsEnum for Dmaselselect
impl StructuralPartialEq for Dmaselselect
Auto Trait Implementations§
impl Freeze for Dmaselselect
impl RefUnwindSafe for Dmaselselect
impl Send for Dmaselselect
impl Sync for Dmaselselect
impl Unpin for Dmaselselect
impl UnwindSafe for Dmaselselect
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