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