Struct moa_m68k::debugger::M68kDebugger
source · pub struct M68kDebugger {
pub(crate) skip_breakpoint: usize,
pub(crate) breakpoints: Vec<u32>,
pub(crate) step_until_return: Option<usize>,
pub(crate) stack_tracer: StackTracer,
}
Fields§
§skip_breakpoint: usize
§breakpoints: Vec<u32>
§step_until_return: Option<usize>
§stack_tracer: StackTracer
Trait Implementations§
source§impl Clone for M68kDebugger
impl Clone for M68kDebugger
source§fn clone(&self) -> M68kDebugger
fn clone(&self) -> M68kDebugger
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for M68kDebugger
impl Default for M68kDebugger
source§fn default() -> M68kDebugger
fn default() -> M68kDebugger
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for M68kDebugger
impl RefUnwindSafe for M68kDebugger
impl Send for M68kDebugger
impl Sync for M68kDebugger
impl Unpin for M68kDebugger
impl UnwindSafe for M68kDebugger
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T