#[repr(C)]pub struct _PspDebugStackTrace {
pub call_addr: u32,
pub func_addr: u32,
}Expand description
Structure to hold a single stack trace entry
Fields§
§call_addr: u32The address which called the function
func_addr: u32The address of the function called
Trait Implementations§
Source§impl Clone for _PspDebugStackTrace
impl Clone for _PspDebugStackTrace
Source§impl Debug for _PspDebugStackTrace
impl Debug for _PspDebugStackTrace
impl Copy for _PspDebugStackTrace
Auto Trait Implementations§
impl Freeze for _PspDebugStackTrace
impl RefUnwindSafe for _PspDebugStackTrace
impl Send for _PspDebugStackTrace
impl Sync for _PspDebugStackTrace
impl Unpin for _PspDebugStackTrace
impl UnsafeUnpin for _PspDebugStackTrace
impl UnwindSafe for _PspDebugStackTrace
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