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