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