Struct libc::__darwin_mcontext64 [−][src]
#[repr(C)]pub struct __darwin_mcontext64 { pub __es: __darwin_x86_exception_state64, pub __ss: __darwin_x86_thread_state64, pub __fs: __darwin_x86_float_state64, }
Fields
__es: __darwin_x86_exception_state64
__ss: __darwin_x86_thread_state64
__fs: __darwin_x86_float_state64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.