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