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