#[repr(u8)]pub enum SrcSrc {
LFRC = 0,
LFXO = 1,
LFSYNT = 2,
_RESERVED_3 = 3,
}
Variants§
LFRC = 0
32.768 kHz RC oscillator
LFXO = 1
32.768 kHz crystal oscillator
LFSYNT = 2
32.768 kHz synthesized from HFCLK
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for SrcSrc
impl Ord for SrcSrc
Source§impl PartialOrd for SrcSrc
impl PartialOrd for SrcSrc
impl Copy for SrcSrc
impl Eq for SrcSrc
impl StructuralPartialEq for SrcSrc
Auto Trait Implementations§
impl Freeze for SrcSrc
impl RefUnwindSafe for SrcSrc
impl Send for SrcSrc
impl Sync for SrcSrc
impl Unpin for SrcSrc
impl UnwindSafe for SrcSrc
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
)