#[repr(transparent)]pub struct CtrlFreqRange(pub u16);
Tuple Fields§
§0: u16
Implementations§
Source§impl CtrlFreqRange
impl CtrlFreqRange
pub const _1_15MHZ: Self
pub const RESERVED_1: Self
pub const RESERVED_2: Self
pub const RESERVED_3: Self
Trait Implementations§
Source§impl Clone for CtrlFreqRange
impl Clone for CtrlFreqRange
Source§fn clone(&self) -> CtrlFreqRange
fn clone(&self) -> CtrlFreqRange
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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