#[repr(u16)]pub enum LOCKKEY_AW {
UNLOCK = 42_292,
}Expand description
Configuration Lock Key
Value on reset: 42292
Variants§
UNLOCK = 42_292
42292: Unlock code
Trait Implementations§
Source§impl Clone for LOCKKEY_AW
impl Clone for LOCKKEY_AW
Source§fn clone(&self) -> LOCKKEY_AW
fn clone(&self) -> LOCKKEY_AW
Returns a duplicate 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 LOCKKEY_AW
impl Debug for LOCKKEY_AW
Source§impl From<LOCKKEY_AW> for u16
impl From<LOCKKEY_AW> for u16
Source§fn from(variant: LOCKKEY_AW) -> Self
fn from(variant: LOCKKEY_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LOCKKEY_AW
impl PartialEq for LOCKKEY_AW
impl Copy for LOCKKEY_AW
impl Eq for LOCKKEY_AW
impl StructuralPartialEq for LOCKKEY_AW
Auto Trait Implementations§
impl Freeze for LOCKKEY_AW
impl RefUnwindSafe for LOCKKEY_AW
impl Send for LOCKKEY_AW
impl Sync for LOCKKEY_AW
impl Unpin for LOCKKEY_AW
impl UnwindSafe for LOCKKEY_AW
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