#[repr(transparent)]pub struct Gp30(pub u32);Expand description
Value of OTP Bank7 Word0 (GP3)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Gp30
impl Eq for Gp30
impl StructuralPartialEq for Gp30
Auto Trait Implementations§
impl Freeze for Gp30
impl RefUnwindSafe for Gp30
impl Send for Gp30
impl Sync for Gp30
impl Unpin for Gp30
impl UnwindSafe for Gp30
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