pub enum STARTMODE_A {
MANUAL,
AUTO,
}
Expand description
Start Mode Select
Value on reset: 0
Variants
MANUAL
0: Start Encryption / Decryption in Manual mode
AUTO
1: Start Encryption / Decryption in Auto mode
Trait Implementations
sourceimpl Clone for STARTMODE_A
impl Clone for STARTMODE_A
sourcefn clone(&self) -> STARTMODE_A
fn clone(&self) -> STARTMODE_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 STARTMODE_A
impl Debug for STARTMODE_A
sourceimpl From<STARTMODE_A> for bool
impl From<STARTMODE_A> for bool
sourcefn from(variant: STARTMODE_A) -> Self
fn from(variant: STARTMODE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<STARTMODE_A> for STARTMODE_A
impl PartialEq<STARTMODE_A> for STARTMODE_A
sourcefn eq(&self, other: &STARTMODE_A) -> bool
fn eq(&self, other: &STARTMODE_A) -> bool
impl Copy for STARTMODE_A
impl StructuralPartialEq for STARTMODE_A
Auto Trait Implementations
impl RefUnwindSafe for STARTMODE_A
impl Send for STARTMODE_A
impl Sync for STARTMODE_A
impl Unpin for STARTMODE_A
impl UnwindSafe for STARTMODE_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