Struct Rngsel
#[repr(transparent)]pub struct Rngsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Rngsel
impl Rngsel
pub const HSI48: Self
pub const HSI48: Self
HSI48 selected
pub const HSI48_DIV2: Self
pub const HSI48_DIV2: Self
HSI48 / 2 selected, can be used in Range 4
pub const HSI16: Self
pub const HSI16: Self
HSI16 selected
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