pub enum ASINTSUP_A {
    NO,
    YES,
}Expand description
Asynchronous Interrupt Support
Value on reset: 1
Variants
NO
0: Asynchronous Interrupt not Supported
YES
1: Asynchronous Interrupt supported
Trait Implementations
sourceimpl Clone for ASINTSUP_A
 
impl Clone for ASINTSUP_A
sourcefn clone(&self) -> ASINTSUP_A
 
fn clone(&self) -> ASINTSUP_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for ASINTSUP_A
 
impl Debug for ASINTSUP_A
sourceimpl From<ASINTSUP_A> for bool
 
impl From<ASINTSUP_A> for bool
sourcefn from(variant: ASINTSUP_A) -> Self
 
fn from(variant: ASINTSUP_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ASINTSUP_A> for ASINTSUP_A
 
impl PartialEq<ASINTSUP_A> for ASINTSUP_A
sourcefn eq(&self, other: &ASINTSUP_A) -> bool
 
fn eq(&self, other: &ASINTSUP_A) -> bool
impl Copy for ASINTSUP_A
impl StructuralPartialEq for ASINTSUP_A
Auto Trait Implementations
impl RefUnwindSafe for ASINTSUP_A
impl Send for ASINTSUP_A
impl Sync for ASINTSUP_A
impl Unpin for ASINTSUP_A
impl UnwindSafe for ASINTSUP_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more