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