Struct ndk_sys::sigcontext

source ·
#[repr(C)]
pub struct sigcontext {
Show 28 fields 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 rdi: __u64, pub rsi: __u64, pub rbp: __u64, pub rbx: __u64, pub rdx: __u64, pub rax: __u64, pub rcx: __u64, pub rsp: __u64, pub rip: __u64, pub eflags: __u64, pub cs: __u16, pub gs: __u16, pub fs: __u16, pub __bindgen_anon_1: sigcontext__bindgen_ty_1, pub err: __u64, pub trapno: __u64, pub oldmask: __u64, pub cr2: __u64, pub fpstate: *mut _fpstate_64, pub reserved1: [__u64; 8],
}

Fields

r8: __u64r9: __u64r10: __u64r11: __u64r12: __u64r13: __u64r14: __u64r15: __u64rdi: __u64rsi: __u64rbp: __u64rbx: __u64rdx: __u64rax: __u64rcx: __u64rsp: __u64rip: __u64eflags: __u64cs: __u16gs: __u16fs: __u16__bindgen_anon_1: sigcontext__bindgen_ty_1err: __u64trapno: __u64oldmask: __u64cr2: __u64fpstate: *mut _fpstate_64reserved1: [__u64; 8]

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.