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