pub enum SWRSTALL_A {
    WORK,
    RESET,
}Expand description
Software Reset For All
Value on reset: 0
Variants
WORK
0: Work
RESET
1: Reset
Trait Implementations
sourceimpl Clone for SWRSTALL_A
 
impl Clone for SWRSTALL_A
sourcefn clone(&self) -> SWRSTALL_A
 
fn clone(&self) -> SWRSTALL_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 SWRSTALL_A
 
impl Debug for SWRSTALL_A
sourceimpl From<SWRSTALL_A> for bool
 
impl From<SWRSTALL_A> for bool
sourcefn from(variant: SWRSTALL_A) -> Self
 
fn from(variant: SWRSTALL_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SWRSTALL_A> for SWRSTALL_A
 
impl PartialEq<SWRSTALL_A> for SWRSTALL_A
sourcefn eq(&self, other: &SWRSTALL_A) -> bool
 
fn eq(&self, other: &SWRSTALL_A) -> bool
impl Copy for SWRSTALL_A
impl StructuralPartialEq for SWRSTALL_A
Auto Trait Implementations
impl RefUnwindSafe for SWRSTALL_A
impl Send for SWRSTALL_A
impl Sync for SWRSTALL_A
impl Unpin for SWRSTALL_A
impl UnwindSafe for SWRSTALL_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