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