Struct windows_sys::Win32::System::Diagnostics::Debug::JS_NATIVE_FRAME
#[repr(C)]pub struct JS_NATIVE_FRAME {
pub InstructionOffset: u64,
pub ReturnOffset: u64,
pub FrameOffset: u64,
pub StackOffset: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§InstructionOffset: u64
§ReturnOffset: u64
§FrameOffset: u64
§StackOffset: u64