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