Struct coreaudio_sys::audio_unit::Union___sigaction_u
[−]
[src]
pub struct Union___sigaction_u { pub _bindgen_data_: [u64; 1], }
Fields
_bindgen_data_: [u64; 1]
Methods
impl Union___sigaction_u
[src]
unsafe fn __sa_handler(&mut self) -> *mut Option<extern fn(arg1: c_int)>
unsafe fn __sa_sigaction(&mut self) -> *mut Option<extern fn(arg1: c_int, arg2: *mut Struct___siginfo, arg3: *mut c_void)>
Trait Implementations
impl Copy for Union___sigaction_u
[src]
impl Clone for Union___sigaction_u
[src]
fn clone(&self) -> Union___sigaction_u
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 Union___sigaction_u
[src]
fn default() -> Union___sigaction_u
Returns the "default value" for a type. Read more