Struct winapi::winnt::UNWIND_HISTORY_TABLE_ENTRY
[−]
[src]
pub struct UNWIND_HISTORY_TABLE_ENTRY { pub ImageBase: DWORD64, pub FunctionEntry: PRUNTIME_FUNCTION, }
Fields
ImageBase | |
FunctionEntry |
Trait Implementations
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