#[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 moresource§impl Debug for __darwin_i386_thread_state
impl Debug for __darwin_i386_thread_state
source§impl Default for __darwin_i386_thread_state
impl Default for __darwin_i386_thread_state
source§fn default() -> __darwin_i386_thread_state
fn default() -> __darwin_i386_thread_state
Returns the “default value” for a type. Read more
impl Copy for __darwin_i386_thread_state
Auto Trait Implementations§
impl RefUnwindSafe for __darwin_i386_thread_state
impl Send for __darwin_i386_thread_state
impl Sync for __darwin_i386_thread_state
impl Unpin for __darwin_i386_thread_state
impl UnwindSafe for __darwin_i386_thread_state
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more