#[repr(u8)]pub enum UNLOCK_CODE_A {
UNLOCKED = 2,
LOCKED = 3,
}Expand description
Flash Unlock.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for UNLOCK_CODE_A
impl Clone for UNLOCK_CODE_A
Source§fn clone(&self) -> UNLOCK_CODE_A
fn clone(&self) -> UNLOCK_CODE_A
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UNLOCK_CODE_A
Source§impl Debug for UNLOCK_CODE_A
impl Debug for UNLOCK_CODE_A
impl Eq for UNLOCK_CODE_A
Source§impl From<UNLOCK_CODE_A> for u8
impl From<UNLOCK_CODE_A> for u8
Source§fn from(variant: UNLOCK_CODE_A) -> Self
fn from(variant: UNLOCK_CODE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UNLOCK_CODE_A
impl PartialEq for UNLOCK_CODE_A
impl StructuralPartialEq for UNLOCK_CODE_A
Auto Trait Implementations§
impl Freeze for UNLOCK_CODE_A
impl RefUnwindSafe for UNLOCK_CODE_A
impl Send for UNLOCK_CODE_A
impl Sync for UNLOCK_CODE_A
impl Unpin for UNLOCK_CODE_A
impl UnsafeUnpin for UNLOCK_CODE_A
impl UnwindSafe for UNLOCK_CODE_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