pub enum Dmaintselect {
    No = 0,
    Yes = 1,
}Expand description
DMA Interrupt
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Dmaintselect
 
impl Clone for Dmaintselect
Source§fn clone(&self) -> Dmaintselect
 
fn clone(&self) -> Dmaintselect
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 Dmaintselect
 
impl Debug for Dmaintselect
Source§impl From<Dmaintselect> for bool
 
impl From<Dmaintselect> for bool
Source§fn from(variant: Dmaintselect) -> Self
 
fn from(variant: Dmaintselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Dmaintselect
 
impl PartialEq for Dmaintselect
impl Copy for Dmaintselect
impl Eq for Dmaintselect
impl StructuralPartialEq for Dmaintselect
Auto Trait Implementations§
impl Freeze for Dmaintselect
impl RefUnwindSafe for Dmaintselect
impl Send for Dmaintselect
impl Sync for Dmaintselect
impl Unpin for Dmaintselect
impl UnwindSafe for Dmaintselect
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