#[repr(transparent)]pub struct LpgprAlias(pub u32);Expand description
SNVS_LP General Purpose Registers 0 .. 3
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for LpgprAlias
impl Clone for LpgprAlias
Source§fn clone(&self) -> LpgprAlias
fn clone(&self) -> LpgprAlias
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LpgprAlias
impl Debug for LpgprAlias
Source§impl Default for LpgprAlias
impl Default for LpgprAlias
Source§fn default() -> LpgprAlias
fn default() -> LpgprAlias
Returns the “default value” for a type. Read more
Source§impl PartialEq for LpgprAlias
impl PartialEq for LpgprAlias
impl Copy for LpgprAlias
impl Eq for LpgprAlias
impl StructuralPartialEq for LpgprAlias
Auto Trait Implementations§
impl Freeze for LpgprAlias
impl RefUnwindSafe for LpgprAlias
impl Send for LpgprAlias
impl Sync for LpgprAlias
impl Unpin for LpgprAlias
impl UnwindSafe for LpgprAlias
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