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