Struct libc::CONTEXT[][src]

#[repr(C)]
#[repr(align(16))]
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: c_ulong, pub MxCsr: c_ulong, pub SegCs: c_ushort, pub SegDs: c_ushort, pub SegEs: c_ushort, pub SegFs: c_ushort, pub SegGs: c_ushort, pub SegSs: c_ushort, pub EFlags: c_ulong, 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 Fp: __c_anonymous_CONTEXT_FP, pub VectorRegister: [M128A; 26], pub VectorControl: u64, pub DebugControl: u64, pub LastBranchToRip: u64, pub LastBranchFromRip: u64, pub LastExceptionToRip: u64, pub LastExceptionFromRip: u64,
}

Fields

P1Home: u64P2Home: u64P3Home: u64P4Home: u64P5Home: u64P6Home: u64ContextFlags: c_ulongMxCsr: c_ulongSegCs: c_ushortSegDs: c_ushortSegEs: c_ushortSegFs: c_ushortSegGs: c_ushortSegSs: c_ushortEFlags: c_ulongDr0: u64Dr1: u64Dr2: u64Dr3: u64Dr6: u64Dr7: u64Rax: u64Rcx: u64Rdx: u64Rbx: u64Rsp: u64Rbp: u64Rsi: u64Rdi: u64R8: u64R9: u64R10: u64R11: u64R12: u64R13: u64R14: u64R15: u64Rip: u64Fp: __c_anonymous_CONTEXT_FPVectorRegister: [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

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

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.