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