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