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