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