#[repr(u8)]pub enum Hfxosrc {
TCXO = 0,
XTAL = 1,
}
Variants§
TCXO = 0
32 MHz temperature compensated crystal oscillator (TCXO)
XTAL = 1
32 MHz crystal oscillator
Implementations§
Trait Implementations§
Source§impl Ord for Hfxosrc
impl Ord for Hfxosrc
Source§impl PartialOrd for Hfxosrc
impl PartialOrd for Hfxosrc
impl Copy for Hfxosrc
impl Eq for Hfxosrc
impl StructuralPartialEq for Hfxosrc
Auto Trait Implementations§
impl Freeze for Hfxosrc
impl RefUnwindSafe for Hfxosrc
impl Send for Hfxosrc
impl Sync for Hfxosrc
impl Unpin for Hfxosrc
impl UnwindSafe for Hfxosrc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)