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