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