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