#[repr(u8)]pub enum LowpwrCtrlSetXtaloscPwrupStat {
XTALOSC_PWRUP_STAT_0 = 0,
XTALOSC_PWRUP_STAT_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LowpwrCtrlSetXtaloscPwrupStat
impl Clone for LowpwrCtrlSetXtaloscPwrupStat
Source§fn clone(&self) -> LowpwrCtrlSetXtaloscPwrupStat
fn clone(&self) -> LowpwrCtrlSetXtaloscPwrupStat
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 From<LowpwrCtrlSetXtaloscPwrupStat> for u8
impl From<LowpwrCtrlSetXtaloscPwrupStat> for u8
Source§fn from(val: LowpwrCtrlSetXtaloscPwrupStat) -> u8
fn from(val: LowpwrCtrlSetXtaloscPwrupStat) -> u8
Converts to this type from the input type.
Source§impl From<u8> for LowpwrCtrlSetXtaloscPwrupStat
impl From<u8> for LowpwrCtrlSetXtaloscPwrupStat
Source§fn from(val: u8) -> LowpwrCtrlSetXtaloscPwrupStat
fn from(val: u8) -> LowpwrCtrlSetXtaloscPwrupStat
Converts to this type from the input type.
Source§impl Ord for LowpwrCtrlSetXtaloscPwrupStat
impl Ord for LowpwrCtrlSetXtaloscPwrupStat
Source§fn cmp(&self, other: &LowpwrCtrlSetXtaloscPwrupStat) -> Ordering
fn cmp(&self, other: &LowpwrCtrlSetXtaloscPwrupStat) -> 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 LowpwrCtrlSetXtaloscPwrupStat
impl PartialEq for LowpwrCtrlSetXtaloscPwrupStat
Source§fn eq(&self, other: &LowpwrCtrlSetXtaloscPwrupStat) -> bool
fn eq(&self, other: &LowpwrCtrlSetXtaloscPwrupStat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LowpwrCtrlSetXtaloscPwrupStat
impl PartialOrd for LowpwrCtrlSetXtaloscPwrupStat
impl Copy for LowpwrCtrlSetXtaloscPwrupStat
impl Eq for LowpwrCtrlSetXtaloscPwrupStat
impl StructuralPartialEq for LowpwrCtrlSetXtaloscPwrupStat
Auto Trait Implementations§
impl Freeze for LowpwrCtrlSetXtaloscPwrupStat
impl RefUnwindSafe for LowpwrCtrlSetXtaloscPwrupStat
impl Send for LowpwrCtrlSetXtaloscPwrupStat
impl Sync for LowpwrCtrlSetXtaloscPwrupStat
impl Unpin for LowpwrCtrlSetXtaloscPwrupStat
impl UnwindSafe for LowpwrCtrlSetXtaloscPwrupStat
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