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