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