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