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