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