#[repr(C)]
pub struct CONTEXT {
Show 46 fields pub P1Home: u64, pub P2Home: u64, pub P3Home: u64, pub P4Home: u64, pub P5Home: u64, pub P6Home: u64, pub ContextFlags: u32, pub MxCsr: u32, pub SegCs: u16, pub SegDs: u16, pub SegEs: u16, pub SegFs: u16, pub SegGs: u16, pub SegSs: u16, pub EFlags: u32, pub Dr0: u64, pub Dr1: u64, pub Dr2: u64, pub Dr3: u64, pub Dr6: u64, pub Dr7: u64, pub Rax: u64, pub Rcx: u64, pub Rdx: u64, pub Rbx: u64, pub Rsp: u64, pub Rbp: u64, pub Rsi: u64, pub Rdi: u64, pub R8: u64, pub R9: u64, pub R10: u64, pub R11: u64, pub R12: u64, pub R13: u64, pub R14: u64, pub R15: u64, pub Rip: u64, pub Anonymous: CONTEXT_0, pub VectorRegister: [M128A; 26], pub VectorControl: u64, pub DebugControl: u64, pub LastBranchToRip: u64, pub LastBranchFromRip: u64, pub LastExceptionToRip: u64, pub LastExceptionFromRip: u64,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_System_Kernel"

Fields

P1Home: u64P2Home: u64P3Home: u64P4Home: u64P5Home: u64P6Home: u64ContextFlags: u32MxCsr: u32SegCs: u16SegDs: u16SegEs: u16SegFs: u16SegGs: u16SegSs: u16EFlags: u32Dr0: u64Dr1: u64Dr2: u64Dr3: u64Dr6: u64Dr7: u64Rax: u64Rcx: u64Rdx: u64Rbx: u64Rsp: u64Rbp: u64Rsi: u64Rdi: u64R8: u64R9: u64R10: u64R11: u64R12: u64R13: u64R14: u64R15: u64Rip: u64Anonymous: CONTEXT_0VectorRegister: [M128A; 26]VectorControl: u64DebugControl: u64LastBranchToRip: u64LastBranchFromRip: u64LastExceptionToRip: u64LastExceptionFromRip: u64

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.