Union windows_sys::Win32::System::Diagnostics::Debug::IMAGE_FUNCTION_ENTRY64_0
#[repr(C, packed(4))]
pub union IMAGE_FUNCTION_ENTRY64_0 {
pub EndOfPrologue: u64,
pub UnwindInfoAddress: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§EndOfPrologue: u64
§UnwindInfoAddress: u64