pub struct StubDebugInterface;Expand description
Debug interface which does nothing
Trait Implementations§
Source§impl DebugInterface for StubDebugInterface
impl DebugInterface for StubDebugInterface
Source§fn check_pc_breakpoint(&mut self, _addr: u16) -> bool
fn check_pc_breakpoint(&mut self, _addr: u16) -> bool
Returns true if breakpoint at given address is set and emulation should be stopped
Auto Trait Implementations§
impl Freeze for StubDebugInterface
impl RefUnwindSafe for StubDebugInterface
impl Send for StubDebugInterface
impl Sync for StubDebugInterface
impl Unpin for StubDebugInterface
impl UnwindSafe for StubDebugInterface
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