#[repr(C)]pub struct DISPATCHER_CONTEXT {
    pub ControlPc: DWORD64,
    pub ImageBase: DWORD64,
    pub FunctionEntry: PRUNTIME_FUNCTION,
    pub EstablisherFrame: DWORD64,
    pub TargetIp: DWORD64,
    pub ContextRecord: PCONTEXT,
    pub LanguageHandler: PEXCEPTION_ROUTINE,
    pub HandlerData: PVOID,
    pub HistoryTable: PUNWIND_HISTORY_TABLE,
    pub ScopeIndex: DWORD,
    pub Fill0: DWORD,
}Fields
ControlPc: DWORD64ImageBase: DWORD64FunctionEntry: PRUNTIME_FUNCTIONEstablisherFrame: DWORD64TargetIp: DWORD64ContextRecord: PCONTEXTLanguageHandler: PEXCEPTION_ROUTINEHandlerData: PVOIDHistoryTable: PUNWIND_HISTORY_TABLEScopeIndex: DWORDFill0: DWORDTrait Implementations
sourceimpl Clone for DISPATCHER_CONTEXT
 
impl Clone for DISPATCHER_CONTEXT
sourcefn clone(&self) -> DISPATCHER_CONTEXT
 
fn clone(&self) -> DISPATCHER_CONTEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for DISPATCHER_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for DISPATCHER_CONTEXT
impl !Send for DISPATCHER_CONTEXT
impl !Sync for DISPATCHER_CONTEXT
impl Unpin for DISPATCHER_CONTEXT
impl UnwindSafe for DISPATCHER_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more