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