#[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

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

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.