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