Struct rp_pac::xosc::vals::CtrlFreqRange
source · #[repr(transparent)]pub struct CtrlFreqRange(pub u16);
Tuple Fields§
§0: u16
Implementations§
source§impl CtrlFreqRange
impl CtrlFreqRange
source§impl CtrlFreqRange
impl CtrlFreqRange
Trait Implementations§
source§impl Clone for CtrlFreqRange
impl Clone for CtrlFreqRange
source§fn clone(&self) -> CtrlFreqRange
fn clone(&self) -> CtrlFreqRange
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<CtrlFreqRange> for u16
impl From<CtrlFreqRange> for u16
source§fn from(val: CtrlFreqRange) -> u16
fn from(val: CtrlFreqRange) -> u16
Converts to this type from the input type.
source§impl From<u16> for CtrlFreqRange
impl From<u16> for CtrlFreqRange
source§fn from(val: u16) -> CtrlFreqRange
fn from(val: u16) -> CtrlFreqRange
Converts to this type from the input type.
source§impl Ord for CtrlFreqRange
impl Ord for CtrlFreqRange
source§fn cmp(&self, other: &CtrlFreqRange) -> Ordering
fn cmp(&self, other: &CtrlFreqRange) -> 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 CtrlFreqRange
impl PartialEq for CtrlFreqRange
source§impl PartialOrd for CtrlFreqRange
impl PartialOrd for CtrlFreqRange
impl Copy for CtrlFreqRange
impl Eq for CtrlFreqRange
impl StructuralPartialEq for CtrlFreqRange
Auto Trait Implementations§
impl Freeze for CtrlFreqRange
impl RefUnwindSafe for CtrlFreqRange
impl Send for CtrlFreqRange
impl Sync for CtrlFreqRange
impl Unpin for CtrlFreqRange
impl UnwindSafe for CtrlFreqRange
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
)