Struct stm32_metapac::rng::vals::Htcfg
#[repr(transparent)]pub struct Htcfg(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl Htcfg
impl Htcfg
pub const RECOMMENDED: Self = _
pub const RECOMMENDED: Self = _
Recommended value for RNG certification (0x0000_AA74)
pub const MAGIC: Self = _
pub const MAGIC: Self = _
Magic number to be written before any write (0x1759_0ABC)
Trait Implementations§
§impl Ord for Htcfg
impl Ord for Htcfg
§impl PartialOrd for Htcfg
impl PartialOrd for Htcfg
impl Copy for Htcfg
impl Eq for Htcfg
impl StructuralPartialEq for Htcfg
Auto Trait Implementations§
impl Freeze for Htcfg
impl RefUnwindSafe for Htcfg
impl Send for Htcfg
impl Sync for Htcfg
impl Unpin for Htcfg
impl UnwindSafe for Htcfg
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
)