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