Struct coreaudio_sys::audio_unit::Struct___darwin_mcontext_avx32 [] [src]

pub struct Struct___darwin_mcontext_avx32 {
    pub __es: Struct___darwin_i386_exception_state,
    pub __ss: Struct___darwin_i386_thread_state,
    pub __fs: Struct___darwin_i386_avx_state,
}

Fields

__es: Struct___darwin_i386_exception_state __ss: Struct___darwin_i386_thread_state __fs: Struct___darwin_i386_avx_state

Trait Implementations

impl Default for Struct___darwin_mcontext_avx32
[src]

fn default() -> Struct___darwin_mcontext_avx32

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