Struct coreaudio_sys::audio_unit::Struct___darwin_ucontext
[−]
[src]
pub struct Struct___darwin_ucontext { pub uc_onstack: c_int, pub uc_sigmask: __darwin_sigset_t, pub uc_stack: Struct___darwin_sigaltstack, pub uc_link: *mut Struct___darwin_ucontext, pub uc_mcsize: __darwin_size_t, pub uc_mcontext: *mut Struct___darwin_mcontext64, }
Fields
uc_onstack: c_int
uc_sigmask: __darwin_sigset_t
uc_stack: Struct___darwin_sigaltstack
uc_link: *mut Struct___darwin_ucontext
uc_mcsize: __darwin_size_t
uc_mcontext: *mut Struct___darwin_mcontext64
Trait Implementations
impl Copy for Struct___darwin_ucontext
[src]
impl Clone for Struct___darwin_ucontext
[src]
fn clone(&self) -> Struct___darwin_ucontext
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Default for Struct___darwin_ucontext
[src]
fn default() -> Struct___darwin_ucontext
Returns the "default value" for a type. Read more