#[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§
source§impl Clone for __darwin_i386_thread_state
impl Clone for __darwin_i386_thread_state
source§fn clone(&self) -> __darwin_i386_thread_state
fn clone(&self) -> __darwin_i386_thread_state
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more