#[repr(transparent)]pub struct Rompatchd(pub u32);Expand description
ROMC Data Registers
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rompatchd
impl Eq for Rompatchd
impl StructuralPartialEq for Rompatchd
Auto Trait Implementations§
impl Freeze for Rompatchd
impl RefUnwindSafe for Rompatchd
impl Send for Rompatchd
impl Sync for Rompatchd
impl Unpin for Rompatchd
impl UnwindSafe for Rompatchd
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