Struct winapi::winnt::UNWIND_HISTORY_TABLE_ENTRY [] [src]

pub struct UNWIND_HISTORY_TABLE_ENTRY {
    pub ImageBase: DWORD64,
    pub FunctionEntry: PRUNTIME_FUNCTION,
}

Fields

ImageBase: DWORD64 FunctionEntry: PRUNTIME_FUNCTION

Trait Implementations

impl Debug for UNWIND_HISTORY_TABLE_ENTRY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for UNWIND_HISTORY_TABLE_ENTRY
[src]

impl Clone for UNWIND_HISTORY_TABLE_ENTRY
[src]

fn clone(&self) -> UNWIND_HISTORY_TABLE_ENTRY

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more