Struct libduckdb_sys::__darwin_mcontext32
source · #[repr(C)]pub struct __darwin_mcontext32 {
pub __es: __darwin_i386_exception_state,
pub __ss: __darwin_i386_thread_state,
pub __fs: __darwin_i386_float_state,
}Fields§
§__es: __darwin_i386_exception_state§__ss: __darwin_i386_thread_state§__fs: __darwin_i386_float_stateTrait Implementations§
source§impl Clone for __darwin_mcontext32
impl Clone for __darwin_mcontext32
source§fn clone(&self) -> __darwin_mcontext32
fn clone(&self) -> __darwin_mcontext32
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