Struct winapi::um::winnt::UNWIND_HISTORY_TABLE_ENTRY [−][src]
#[repr(C)]pub struct UNWIND_HISTORY_TABLE_ENTRY {
pub ImageBase: DWORD64,
pub FunctionEntry: PRUNTIME_FUNCTION,
}
Fields
ImageBase: DWORD64
FunctionEntry: PRUNTIME_FUNCTION
Trait Implementations
Returns the “default value” for a type. Read more