#[repr(u16)]pub enum LOCKKEY {
Unlocked = 0,
Locked = 1,
}
Expand description
Configuration Lock Key
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LOCKKEY
impl Eq for LOCKKEY
impl IsEnum for LOCKKEY
impl StructuralPartialEq for LOCKKEY
Auto Trait Implementations§
impl Freeze for LOCKKEY
impl RefUnwindSafe for LOCKKEY
impl Send for LOCKKEY
impl Sync for LOCKKEY
impl Unpin for LOCKKEY
impl UnwindSafe for LOCKKEY
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