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