#[repr(u8)]pub enum DebugFeaturesDpCpu0Spniden {
_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 DebugFeaturesDpCpu0Spniden
impl Clone for DebugFeaturesDpCpu0Spniden
Source§fn clone(&self) -> DebugFeaturesDpCpu0Spniden
fn clone(&self) -> DebugFeaturesDpCpu0Spniden
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 DebugFeaturesDpCpu0Spniden
impl Debug for DebugFeaturesDpCpu0Spniden
Source§impl From<DebugFeaturesDpCpu0Spniden> for u8
impl From<DebugFeaturesDpCpu0Spniden> for u8
Source§fn from(val: DebugFeaturesDpCpu0Spniden) -> u8
fn from(val: DebugFeaturesDpCpu0Spniden) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DebugFeaturesDpCpu0Spniden
impl From<u8> for DebugFeaturesDpCpu0Spniden
Source§fn from(val: u8) -> DebugFeaturesDpCpu0Spniden
fn from(val: u8) -> DebugFeaturesDpCpu0Spniden
Converts to this type from the input type.
Source§impl Ord for DebugFeaturesDpCpu0Spniden
impl Ord for DebugFeaturesDpCpu0Spniden
Source§fn cmp(&self, other: &DebugFeaturesDpCpu0Spniden) -> Ordering
fn cmp(&self, other: &DebugFeaturesDpCpu0Spniden) -> 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 PartialOrd for DebugFeaturesDpCpu0Spniden
impl PartialOrd for DebugFeaturesDpCpu0Spniden
impl Copy for DebugFeaturesDpCpu0Spniden
impl Eq for DebugFeaturesDpCpu0Spniden
impl StructuralPartialEq for DebugFeaturesDpCpu0Spniden
Auto Trait Implementations§
impl Freeze for DebugFeaturesDpCpu0Spniden
impl RefUnwindSafe for DebugFeaturesDpCpu0Spniden
impl Send for DebugFeaturesDpCpu0Spniden
impl Sync for DebugFeaturesDpCpu0Spniden
impl Unpin for DebugFeaturesDpCpu0Spniden
impl UnwindSafe for DebugFeaturesDpCpu0Spniden
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