#[repr(transparent)]pub struct Rompatcha(pub u32);Expand description
ROMC Address Registers
Tuple Fields§
§0: u32Implementations§
Source§impl Rompatcha
impl Rompatcha
Sourcepub const fn thumbx(&self) -> Thumbx
pub const fn thumbx(&self) -> Thumbx
THUMB Comparator Select - Indicates that this address will trigger a THUMB opcode patch or an Arm opcode patch
Sourcepub const fn set_thumbx(&mut self, val: Thumbx)
pub const fn set_thumbx(&mut self, val: Thumbx)
THUMB Comparator Select - Indicates that this address will trigger a THUMB opcode patch or an Arm opcode patch
Trait Implementations§
impl Copy for Rompatcha
impl Eq for Rompatcha
impl StructuralPartialEq for Rompatcha
Auto Trait Implementations§
impl Freeze for Rompatcha
impl RefUnwindSafe for Rompatcha
impl Send for Rompatcha
impl Sync for Rompatcha
impl Unpin for Rompatcha
impl UnwindSafe for Rompatcha
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