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