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