Struct windows_sys::Win32::System::Diagnostics::Debug::STACKFRAME64
[−]#[repr(C)]pub struct STACKFRAME64 {
pub AddrPC: ADDRESS64,
pub AddrReturn: ADDRESS64,
pub AddrFrame: ADDRESS64,
pub AddrStack: ADDRESS64,
pub AddrBStore: ADDRESS64,
pub FuncTableEntry: *mut c_void,
pub Params: [u64; 4],
pub Far: BOOL,
pub Virtual: BOOL,
pub Reserved: [u64; 3],
pub KdHelp: KDHELP64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
AddrPC: ADDRESS64
AddrReturn: ADDRESS64
AddrFrame: ADDRESS64
AddrStack: ADDRESS64
AddrBStore: ADDRESS64
FuncTableEntry: *mut c_void
Params: [u64; 4]
Far: BOOL
Virtual: BOOL
Reserved: [u64; 3]
KdHelp: KDHELP64
Trait Implementations
impl Clone for STACKFRAME64
impl Clone for STACKFRAME64
impl Copy for STACKFRAME64
Auto Trait Implementations
impl RefUnwindSafe for STACKFRAME64
impl !Send for STACKFRAME64
impl !Sync for STACKFRAME64
impl Unpin for STACKFRAME64
impl UnwindSafe for STACKFRAME64
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