#[repr(u8)]pub enum Frangeselect {
_0 = 0,
_1 = 1,
_2 = 2,
_3 = 3,
}
Expand description
Oscillator Frequency Range
Value on reset: 2
Variants§
Trait Implementations§
Source§impl Clone for Frangeselect
impl Clone for Frangeselect
Source§fn clone(&self) -> Frangeselect
fn clone(&self) -> Frangeselect
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 Frangeselect
impl Debug for Frangeselect
Source§impl From<Frangeselect> for u8
impl From<Frangeselect> for u8
Source§fn from(variant: Frangeselect) -> Self
fn from(variant: Frangeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Frangeselect
impl PartialEq for Frangeselect
impl Copy for Frangeselect
impl Eq for Frangeselect
impl IsEnum for Frangeselect
impl StructuralPartialEq for Frangeselect
Auto Trait Implementations§
impl Freeze for Frangeselect
impl RefUnwindSafe for Frangeselect
impl Send for Frangeselect
impl Sync for Frangeselect
impl Unpin for Frangeselect
impl UnwindSafe for Frangeselect
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