#[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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.