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