#[repr(transparent)]pub struct Dicehwreg(pub u32);Expand description
DICE General Purpose 32-Bit Data Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Dicehwreg
impl Eq for Dicehwreg
impl StructuralPartialEq for Dicehwreg
Auto Trait Implementations§
impl Freeze for Dicehwreg
impl RefUnwindSafe for Dicehwreg
impl Send for Dicehwreg
impl Sync for Dicehwreg
impl Unpin for Dicehwreg
impl UnwindSafe for Dicehwreg
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