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