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