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