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