Enum Rngsel
#[repr(u8)]pub enum Rngsel {
HSI48 = 0,
HSI48_DIV_2 = 1,
HSI = 2,
_RESERVED_3 = 3,
}
Variants§
HSI48 = 0
HSI48 selected
HSI48_DIV_2 = 1
HSI48 / 2 selected, can be used in Range 4
HSI = 2
HSI selected
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Rngsel
impl Ord for Rngsel
§impl PartialOrd for Rngsel
impl PartialOrd for Rngsel
impl Copy for Rngsel
impl Eq for Rngsel
impl StructuralPartialEq for Rngsel
Auto Trait Implementations§
impl Freeze for Rngsel
impl RefUnwindSafe for Rngsel
impl Send for Rngsel
impl Sync for Rngsel
impl Unpin for Rngsel
impl UnwindSafe for Rngsel
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
)