#[repr(transparent)]pub struct Lpgpr0LegacyAlias(pub u32);Expand description
SNVS_LP General Purpose Register 0 (legacy alias)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Lpgpr0LegacyAlias
impl Clone for Lpgpr0LegacyAlias
Source§fn clone(&self) -> Lpgpr0LegacyAlias
fn clone(&self) -> Lpgpr0LegacyAlias
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 Lpgpr0LegacyAlias
impl Debug for Lpgpr0LegacyAlias
Source§impl Default for Lpgpr0LegacyAlias
impl Default for Lpgpr0LegacyAlias
Source§fn default() -> Lpgpr0LegacyAlias
fn default() -> Lpgpr0LegacyAlias
Returns the “default value” for a type. Read more
Source§impl PartialEq for Lpgpr0LegacyAlias
impl PartialEq for Lpgpr0LegacyAlias
impl Copy for Lpgpr0LegacyAlias
impl Eq for Lpgpr0LegacyAlias
impl StructuralPartialEq for Lpgpr0LegacyAlias
Auto Trait Implementations§
impl Freeze for Lpgpr0LegacyAlias
impl RefUnwindSafe for Lpgpr0LegacyAlias
impl Send for Lpgpr0LegacyAlias
impl Sync for Lpgpr0LegacyAlias
impl Unpin for Lpgpr0LegacyAlias
impl UnwindSafe for Lpgpr0LegacyAlias
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