Struct coreaudio_sys::audio_unit::Struct___darwin_mcontext32 [] [src]

pub struct Struct___darwin_mcontext32 {
    pub __es: Struct___darwin_i386_exception_state,
    pub __ss: Struct___darwin_i386_thread_state,
    pub __fs: Struct___darwin_i386_float_state,
}

Fields

__es: Struct___darwin_i386_exception_state __ss: Struct___darwin_i386_thread_state __fs: Struct___darwin_i386_float_state

Trait Implementations

impl Default for Struct___darwin_mcontext32
[src]

fn default() -> Struct___darwin_mcontext32

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