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