#[repr(u8)]pub enum Oscillator {
TRCO = 32,
SRCO = 64,
LCO = 128,
}Expand description
which internal oscillator
Variants§
Trait Implementations§
Source§impl Clone for Oscillator
impl Clone for Oscillator
Source§fn clone(&self) -> Oscillator
fn clone(&self) -> Oscillator
Returns a duplicate 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 Oscillator
impl Debug for Oscillator
Source§impl PartialEq for Oscillator
impl PartialEq for Oscillator
impl Copy for Oscillator
impl Eq for Oscillator
impl StructuralPartialEq for Oscillator
Auto Trait Implementations§
impl Freeze for Oscillator
impl RefUnwindSafe for Oscillator
impl Send for Oscillator
impl Sync for Oscillator
impl Unpin for Oscillator
impl UnsafeUnpin for Oscillator
impl UnwindSafe for Oscillator
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