Struct windows_sys::Win32::System::Diagnostics::Debug::EXTSTACKTRACE64
[−]#[repr(C)]pub struct EXTSTACKTRACE64 {
pub FramePointer: u64,
pub ProgramCounter: u64,
pub ReturnAddress: u64,
pub Args: [u64; 4],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
FramePointer: u64
ProgramCounter: u64
ReturnAddress: u64
Args: [u64; 4]
Trait Implementations
impl Clone for EXTSTACKTRACE64
impl Clone for EXTSTACKTRACE64
impl Copy for EXTSTACKTRACE64
Auto Trait Implementations
impl RefUnwindSafe for EXTSTACKTRACE64
impl Send for EXTSTACKTRACE64
impl Sync for EXTSTACKTRACE64
impl Unpin for EXTSTACKTRACE64
impl UnwindSafe for EXTSTACKTRACE64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more