Struct ndk_sys::sigcontext_64 [−][src]
#[repr(C)]pub struct sigcontext_64 {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 di: __u64,
pub si: __u64,
pub bp: __u64,
pub bx: __u64,
pub dx: __u64,
pub ax: __u64,
pub cx: __u64,
pub sp: __u64,
pub ip: __u64,
pub flags: __u64,
pub cs: __u16,
pub gs: __u16,
pub fs: __u16,
pub ss: __u16,
pub err: __u64,
pub trapno: __u64,
pub oldmask: __u64,
pub cr2: __u64,
pub fpstate: __u64,
pub reserved1: [__u64; 8],
}
Fields
r8: __u64
r9: __u64
r10: __u64
r11: __u64
r12: __u64
r13: __u64
r14: __u64
r15: __u64
di: __u64
si: __u64
bp: __u64
bx: __u64
dx: __u64
ax: __u64
cx: __u64
sp: __u64
ip: __u64
flags: __u64
cs: __u16
gs: __u16
fs: __u16
ss: __u16
err: __u64
trapno: __u64
oldmask: __u64
cr2: __u64
fpstate: __u64
reserved1: [__u64; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sigcontext_64
impl Send for sigcontext_64
impl Sync for sigcontext_64
impl Unpin for sigcontext_64
impl UnwindSafe for sigcontext_64
Blanket Implementations
Mutably borrows from an owned value. Read more