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