Struct phper_sys::sigcontext 
source · [−]#[repr(C)]pub struct sigcontext {Show 28 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_ulongTrait Implementations
sourceimpl Clone for sigcontext
 
impl Clone for sigcontext
sourcefn clone(&self) -> sigcontext
 
fn clone(&self) -> sigcontext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for sigcontext
 
impl Debug for sigcontext
impl Copy for sigcontext
Auto Trait Implementations
impl RefUnwindSafe for sigcontext
impl !Send for sigcontext
impl !Sync for sigcontext
impl Unpin for sigcontext
impl UnwindSafe for sigcontext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more