Struct phper_sys::sigcontext[][src]

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

Fields

gs: c_ushort__gsh: c_ushortfs: c_ushort__fsh: c_ushortes: c_ushort__esh: c_ushortds: c_ushort__dsh: c_ushortedi: c_ulongesi: c_ulongebp: c_ulongesp: c_ulongebx: c_ulongedx: c_ulongecx: c_ulongeax: c_ulongtrapno: c_ulongerr: c_ulongeip: c_ulongcs: c_ushort__csh: c_ushorteflags: c_ulongesp_at_signal: c_ulongss: c_ushort__ssh: c_ushortfpstate: *mut _fpstateoldmask: c_ulongcr2: c_ulong

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.