Enum Dbge
pub enum Dbge {
_0 = 0,
_1 = 1,
}Expand description
Debug Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dbge
impl Eq for Dbge
impl StructuralPartialEq for Dbge
Auto Trait Implementations§
impl Freeze for Dbge
impl RefUnwindSafe for Dbge
impl Send for Dbge
impl Sync for Dbge
impl Unpin for Dbge
impl UnwindSafe for Dbge
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