#[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 = _
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 Debug for CtrlFreqRange
impl Debug for CtrlFreqRange
Source§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