#[repr(u8)]pub enum DebugFeaturesDpCpu1Dbgen {
_RESERVED_0 = 0,
DISABLE = 1,
ENABLE = 2,
_RESERVED_3 = 3,
}Variants§
_RESERVED_0 = 0
DISABLE = 1
Any other value than b10: invasive debug is disable.
ENABLE = 2
10: Invasive debug is enabled.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for DebugFeaturesDpCpu1Dbgen
impl Clone for DebugFeaturesDpCpu1Dbgen
Source§fn clone(&self) -> DebugFeaturesDpCpu1Dbgen
fn clone(&self) -> DebugFeaturesDpCpu1Dbgen
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DebugFeaturesDpCpu1Dbgen
impl Debug for DebugFeaturesDpCpu1Dbgen
Source§impl From<DebugFeaturesDpCpu1Dbgen> for u8
impl From<DebugFeaturesDpCpu1Dbgen> for u8
Source§fn from(val: DebugFeaturesDpCpu1Dbgen) -> u8
fn from(val: DebugFeaturesDpCpu1Dbgen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DebugFeaturesDpCpu1Dbgen
impl From<u8> for DebugFeaturesDpCpu1Dbgen
Source§fn from(val: u8) -> DebugFeaturesDpCpu1Dbgen
fn from(val: u8) -> DebugFeaturesDpCpu1Dbgen
Converts to this type from the input type.
Source§impl Ord for DebugFeaturesDpCpu1Dbgen
impl Ord for DebugFeaturesDpCpu1Dbgen
Source§fn cmp(&self, other: &DebugFeaturesDpCpu1Dbgen) -> Ordering
fn cmp(&self, other: &DebugFeaturesDpCpu1Dbgen) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DebugFeaturesDpCpu1Dbgen
impl PartialEq for DebugFeaturesDpCpu1Dbgen
Source§impl PartialOrd for DebugFeaturesDpCpu1Dbgen
impl PartialOrd for DebugFeaturesDpCpu1Dbgen
impl Copy for DebugFeaturesDpCpu1Dbgen
impl Eq for DebugFeaturesDpCpu1Dbgen
impl StructuralPartialEq for DebugFeaturesDpCpu1Dbgen
Auto Trait Implementations§
impl Freeze for DebugFeaturesDpCpu1Dbgen
impl RefUnwindSafe for DebugFeaturesDpCpu1Dbgen
impl Send for DebugFeaturesDpCpu1Dbgen
impl Sync for DebugFeaturesDpCpu1Dbgen
impl Unpin for DebugFeaturesDpCpu1Dbgen
impl UnwindSafe for DebugFeaturesDpCpu1Dbgen
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