#[repr(C)]
pub struct ARM64_NT_CONTEXT_0_0 {
Show 31 fields pub X0: u64, pub X1: u64, pub X2: u64, pub X3: u64, pub X4: u64, pub X5: u64, pub X6: u64, pub X7: u64, pub X8: u64, pub X9: u64, pub X10: u64, pub X11: u64, pub X12: u64, pub X13: u64, pub X14: u64, pub X15: u64, pub X16: u64, pub X17: u64, pub X18: u64, pub X19: u64, pub X20: u64, pub X21: u64, pub X22: u64, pub X23: u64, pub X24: u64, pub X25: u64, pub X26: u64, pub X27: u64, pub X28: u64, pub Fp: u64, pub Lr: u64,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

X0: u64X1: u64X2: u64X3: u64X4: u64X5: u64X6: u64X7: u64X8: u64X9: u64X10: u64X11: u64X12: u64X13: u64X14: u64X15: u64X16: u64X17: u64X18: u64X19: u64X20: u64X21: u64X22: u64X23: u64X24: u64X25: u64X26: u64X27: u64X28: u64Fp: u64Lr: 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.