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