#[repr(C)]
pub struct DISPATCHER_CONTEXT { pub ControlPc: u64, pub ImageBase: u64, pub FunctionEntry: *mut IMAGE_RUNTIME_FUNCTION_ENTRY, pub EstablisherFrame: u64, pub TargetIp: u64, pub ContextRecord: *mut CONTEXT, pub LanguageHandler: EXCEPTION_ROUTINE, pub HandlerData: *mut c_void, pub HistoryTable: *mut UNWIND_HISTORY_TABLE, pub ScopeIndex: u32, pub Fill0: u32, }
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Kernel"

Fields§

§ControlPc: u64§ImageBase: u64§FunctionEntry: *mut IMAGE_RUNTIME_FUNCTION_ENTRY§EstablisherFrame: u64§TargetIp: u64§ContextRecord: *mut CONTEXT§LanguageHandler: EXCEPTION_ROUTINE§HandlerData: *mut c_void§HistoryTable: *mut UNWIND_HISTORY_TABLE§ScopeIndex: u32§Fill0: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.