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