#[repr(transparent)]pub struct Gpregret2(pub u32);
Expand description
General purpose retention register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Gpregret2
impl Eq for Gpregret2
impl StructuralPartialEq for Gpregret2
Auto Trait Implementations§
impl Freeze for Gpregret2
impl RefUnwindSafe for Gpregret2
impl Send for Gpregret2
impl Sync for Gpregret2
impl Unpin for Gpregret2
impl UnwindSafe for Gpregret2
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)