Struct ndk_sys::sigcontext

source ·
#[repr(C)]
pub struct sigcontext {
Show 28 fields pub gs: __u16, pub __gsh: __u16, pub fs: __u16, pub __fsh: __u16, pub es: __u16, pub __esh: __u16, pub ds: __u16, pub __dsh: __u16, pub edi: __u32, pub esi: __u32, pub ebp: __u32, pub esp: __u32, pub ebx: __u32, pub edx: __u32, pub ecx: __u32, pub eax: __u32, pub trapno: __u32, pub err: __u32, pub eip: __u32, pub cs: __u16, pub __csh: __u16, pub eflags: __u32, pub esp_at_signal: __u32, pub ss: __u16, pub __ssh: __u16, pub fpstate: *mut _fpstate_32, pub oldmask: __u32, pub cr2: __u32,
}

Fields

gs: __u16__gsh: __u16fs: __u16__fsh: __u16es: __u16__esh: __u16ds: __u16__dsh: __u16edi: __u32esi: __u32ebp: __u32esp: __u32ebx: __u32edx: __u32ecx: __u32eax: __u32trapno: __u32err: __u32eip: __u32cs: __u16__csh: __u16eflags: __u32esp_at_signal: __u32ss: __u16__ssh: __u16fpstate: *mut _fpstate_32oldmask: __u32cr2: __u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. 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.