Enum rp_pac::xosc::vals::StatusFreqRange
source · #[repr(u8)]pub enum StatusFreqRange {
_1_15MHZ = 0,
_10_30MHZ = 1,
_25_60MHZ = 2,
_40_100MHZ = 3,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for StatusFreqRange
impl Clone for StatusFreqRange
source§fn clone(&self) -> StatusFreqRange
fn clone(&self) -> StatusFreqRange
Returns a copy 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<StatusFreqRange> for u8
impl From<StatusFreqRange> for u8
source§fn from(val: StatusFreqRange) -> u8
fn from(val: StatusFreqRange) -> u8
Converts to this type from the input type.
source§impl From<u8> for StatusFreqRange
impl From<u8> for StatusFreqRange
source§fn from(val: u8) -> StatusFreqRange
fn from(val: u8) -> StatusFreqRange
Converts to this type from the input type.
source§impl Ord for StatusFreqRange
impl Ord for StatusFreqRange
source§fn cmp(&self, other: &StatusFreqRange) -> Ordering
fn cmp(&self, other: &StatusFreqRange) -> 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 StatusFreqRange
impl PartialEq for StatusFreqRange
source§impl PartialOrd for StatusFreqRange
impl PartialOrd for StatusFreqRange
impl Copy for StatusFreqRange
impl Eq for StatusFreqRange
impl StructuralPartialEq for StatusFreqRange
Auto Trait Implementations§
impl Freeze for StatusFreqRange
impl RefUnwindSafe for StatusFreqRange
impl Send for StatusFreqRange
impl Sync for StatusFreqRange
impl Unpin for StatusFreqRange
impl UnwindSafe for StatusFreqRange
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)