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