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