Struct moa_m68k::debugger::StackTracer
source · pub struct StackTracer {
pub calls: Vec<u32>,
}
Fields§
§calls: Vec<u32>
Implementations§
source§impl StackTracer
impl StackTracer
pub fn push_return(&mut self, addr: u32)
pub fn pop_return(&mut self)
Trait Implementations§
source§impl Clone for StackTracer
impl Clone for StackTracer
source§fn clone(&self) -> StackTracer
fn clone(&self) -> StackTracer
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 StackTracer
impl Default for StackTracer
source§fn default() -> StackTracer
fn default() -> StackTracer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StackTracer
impl RefUnwindSafe for StackTracer
impl Send for StackTracer
impl Sync for StackTracer
impl Unpin for StackTracer
impl UnwindSafe for StackTracer
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