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