#[repr(C)]
pub struct __darwin_i386_thread_state {
Show 16 fields 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§

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.