#[repr(u8)]pub enum FREQ_RANGE_A {
_1_15MHZ = 0,
RESERVED_1 = 1,
RESERVED_2 = 2,
RESERVED_3 = 3,
}
Expand description
The current frequency range setting, always reads 0
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for FREQ_RANGE_A
impl Clone for FREQ_RANGE_A
Source§fn clone(&self) -> FREQ_RANGE_A
fn clone(&self) -> FREQ_RANGE_A
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 FREQ_RANGE_A
impl Debug for FREQ_RANGE_A
Source§impl From<FREQ_RANGE_A> for u8
impl From<FREQ_RANGE_A> for u8
Source§fn from(variant: FREQ_RANGE_A) -> Self
fn from(variant: FREQ_RANGE_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FREQ_RANGE_A
impl PartialEq for FREQ_RANGE_A
impl Copy for FREQ_RANGE_A
impl Eq for FREQ_RANGE_A
impl StructuralPartialEq for FREQ_RANGE_A
Auto Trait Implementations§
impl Freeze for FREQ_RANGE_A
impl RefUnwindSafe for FREQ_RANGE_A
impl Send for FREQ_RANGE_A
impl Sync for FREQ_RANGE_A
impl Unpin for FREQ_RANGE_A
impl UnwindSafe for FREQ_RANGE_A
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