Struct winapi::um::winnt::KNONVOLATILE_CONTEXT_POINTERS_u2_s[][src]

#[repr(C)]
pub struct KNONVOLATILE_CONTEXT_POINTERS_u2_s {
Show 16 fields pub Rax: PDWORD64, pub Rcx: PDWORD64, pub Rdx: PDWORD64, pub Rbx: PDWORD64, pub Rsp: PDWORD64, pub Rbp: PDWORD64, pub Rsi: PDWORD64, pub Rdi: PDWORD64, pub R8: PDWORD64, pub R9: PDWORD64, pub R10: PDWORD64, pub R11: PDWORD64, pub R12: PDWORD64, pub R13: PDWORD64, pub R14: PDWORD64, pub R15: PDWORD64,
}

Fields

Rax: PDWORD64Rcx: PDWORD64Rdx: PDWORD64Rbx: PDWORD64Rsp: PDWORD64Rbp: PDWORD64Rsi: PDWORD64Rdi: PDWORD64R8: PDWORD64R9: PDWORD64R10: PDWORD64R11: PDWORD64R12: PDWORD64R13: PDWORD64R14: PDWORD64R15: PDWORD64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. 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

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.