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