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