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