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