[][src]Struct pgx_pg_sys::__darwin_i386_thread_state

#[repr(C)]pub struct __darwin_i386_thread_state {
    pub __eax: c_uint,
    pub __ebx: c_uint,
    pub __ecx: c_uint,
    pub __edx: c_uint,
    pub __edi: c_uint,
    pub __esi: c_uint,
    pub __ebp: c_uint,
    pub __esp: c_uint,
    pub __ss: c_uint,
    pub __eflags: c_uint,
    pub __eip: c_uint,
    pub __cs: c_uint,
    pub __ds: c_uint,
    pub __es: c_uint,
    pub __fs: c_uint,
    pub __gs: c_uint,
}

Fields

__eax: c_uint__ebx: c_uint__ecx: c_uint__edx: c_uint__edi: c_uint__esi: c_uint__ebp: c_uint__esp: c_uint__ss: c_uint__eflags: c_uint__eip: c_uint__cs: c_uint__ds: c_uint__es: c_uint__fs: c_uint__gs: c_uint

Trait Implementations

impl Clone for __darwin_i386_thread_state[src]

impl Copy for __darwin_i386_thread_state[src]

impl Debug for __darwin_i386_thread_state[src]

impl Default for __darwin_i386_thread_state[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.