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