Enum Dbgen
pub enum Dbgen {
_0 = 0,
_1 = 1,
}Expand description
Debug Enable
Value on reset: 0
Variants§
Trait Implementations§
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