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