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