#[repr(transparent)]pub struct Hprtclr(pub u32);Expand description
SNVS_HP Real Time Counter LSB Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Hprtclr
impl Eq for Hprtclr
impl StructuralPartialEq for Hprtclr
Auto Trait Implementations§
impl Freeze for Hprtclr
impl RefUnwindSafe for Hprtclr
impl Send for Hprtclr
impl Sync for Hprtclr
impl Unpin for Hprtclr
impl UnwindSafe for Hprtclr
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