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