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