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