#[repr(u8)]pub enum LockDbgEn {
LOCK_DBG_EN_0 = 0,
LOCK_DBG_EN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for LockDbgEn
impl Ord for LockDbgEn
Source§impl PartialOrd for LockDbgEn
impl PartialOrd for LockDbgEn
impl Copy for LockDbgEn
impl Eq for LockDbgEn
impl StructuralPartialEq for LockDbgEn
Auto Trait Implementations§
impl Freeze for LockDbgEn
impl RefUnwindSafe for LockDbgEn
impl Send for LockDbgEn
impl Sync for LockDbgEn
impl Unpin for LockDbgEn
impl UnwindSafe for LockDbgEn
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