#[repr(C)]pub struct _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1 {Show 31 fields
pub X0: DWORD64,
pub X1: DWORD64,
pub X2: DWORD64,
pub X3: DWORD64,
pub X4: DWORD64,
pub X5: DWORD64,
pub X6: DWORD64,
pub X7: DWORD64,
pub X8: DWORD64,
pub X9: DWORD64,
pub X10: DWORD64,
pub X11: DWORD64,
pub X12: DWORD64,
pub X13: DWORD64,
pub X14: DWORD64,
pub X15: DWORD64,
pub X16: DWORD64,
pub X17: DWORD64,
pub X18: DWORD64,
pub X19: DWORD64,
pub X20: DWORD64,
pub X21: DWORD64,
pub X22: DWORD64,
pub X23: DWORD64,
pub X24: DWORD64,
pub X25: DWORD64,
pub X26: DWORD64,
pub X27: DWORD64,
pub X28: DWORD64,
pub Fp: DWORD64,
pub Lr: DWORD64,
}Fields§
§X0: DWORD64§X1: DWORD64§X2: DWORD64§X3: DWORD64§X4: DWORD64§X5: DWORD64§X6: DWORD64§X7: DWORD64§X8: DWORD64§X9: DWORD64§X10: DWORD64§X11: DWORD64§X12: DWORD64§X13: DWORD64§X14: DWORD64§X15: DWORD64§X16: DWORD64§X17: DWORD64§X18: DWORD64§X19: DWORD64§X20: DWORD64§X21: DWORD64§X22: DWORD64§X23: DWORD64§X24: DWORD64§X25: DWORD64§X26: DWORD64§X27: DWORD64§X28: DWORD64§Fp: DWORD64§Lr: DWORD64Trait Implementations§
Source§impl Clone for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
impl Clone for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
impl Send for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
impl Sync for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
impl Unpin for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for _ARM64_NT_CONTEXT__bindgen_ty_1__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more