Struct winapi::um::winnt::UNWIND_HISTORY_TABLE_ENTRY
source · #[repr(C)]pub struct UNWIND_HISTORY_TABLE_ENTRY {
pub ImageBase: DWORD64,
pub FunctionEntry: PRUNTIME_FUNCTION,
}
Fields§
§ImageBase: DWORD64
§FunctionEntry: PRUNTIME_FUNCTION
Trait Implementations§
source§impl Clone for UNWIND_HISTORY_TABLE_ENTRY
impl Clone for UNWIND_HISTORY_TABLE_ENTRY
source§fn clone(&self) -> UNWIND_HISTORY_TABLE_ENTRY
fn clone(&self) -> UNWIND_HISTORY_TABLE_ENTRY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for UNWIND_HISTORY_TABLE_ENTRY
impl Default for UNWIND_HISTORY_TABLE_ENTRY
source§fn default() -> UNWIND_HISTORY_TABLE_ENTRY
fn default() -> UNWIND_HISTORY_TABLE_ENTRY
Returns the “default value” for a type. Read more