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