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