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