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