#[repr(transparent)]pub struct StatusFreqRange(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl StatusFreqRange
impl StatusFreqRange
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 StatusFreqRange
impl Clone for StatusFreqRange
Source§fn clone(&self) -> StatusFreqRange
fn clone(&self) -> StatusFreqRange
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 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