Struct sophia_sys::__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, // some fields omitted }

Fields

Trait Implementations

impl Copy for __darwin_mcontext64
[src]

impl Clone for __darwin_mcontext64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for __darwin_mcontext64
[src]

Returns the "default value" for a type. Read more