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