#[repr(u8)]pub enum TsicntOverflowFlag {
TSICNT_OVERFLOW_FLAG_0 = 0,
TSICNT_OVERFLOW_FLAG_1 = 1,
}Variants§
TSICNT_OVERFLOW_FLAG_0 = 0
The DATA[TSICNT] value has no overflow occurrence in the last scan process
TSICNT_OVERFLOW_FLAG_1 = 1
The DATA[TSICNT] value has an overflow occurrence in the last scan process
Implementations§
Trait Implementations§
Source§impl Clone for TsicntOverflowFlag
impl Clone for TsicntOverflowFlag
Source§fn clone(&self) -> TsicntOverflowFlag
fn clone(&self) -> TsicntOverflowFlag
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 TsicntOverflowFlag
impl Debug for TsicntOverflowFlag
Source§impl From<TsicntOverflowFlag> for u8
impl From<TsicntOverflowFlag> for u8
Source§fn from(val: TsicntOverflowFlag) -> u8
fn from(val: TsicntOverflowFlag) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TsicntOverflowFlag
impl From<u8> for TsicntOverflowFlag
Source§fn from(val: u8) -> TsicntOverflowFlag
fn from(val: u8) -> TsicntOverflowFlag
Converts to this type from the input type.
Source§impl Ord for TsicntOverflowFlag
impl Ord for TsicntOverflowFlag
Source§fn cmp(&self, other: &TsicntOverflowFlag) -> Ordering
fn cmp(&self, other: &TsicntOverflowFlag) -> 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 TsicntOverflowFlag
impl PartialEq for TsicntOverflowFlag
Source§impl PartialOrd for TsicntOverflowFlag
impl PartialOrd for TsicntOverflowFlag
impl Copy for TsicntOverflowFlag
impl Eq for TsicntOverflowFlag
impl StructuralPartialEq for TsicntOverflowFlag
Auto Trait Implementations§
impl Freeze for TsicntOverflowFlag
impl RefUnwindSafe for TsicntOverflowFlag
impl Send for TsicntOverflowFlag
impl Sync for TsicntOverflowFlag
impl Unpin for TsicntOverflowFlag
impl UnwindSafe for TsicntOverflowFlag
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