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