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