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