Struct coreaudio_sys::audio_unit::Union_sigval [] [src]

pub struct Union_sigval {
    pub _bindgen_data_: [u64; 1],
}

Fields

_bindgen_data_: [u64; 1]

Methods

impl Union_sigval
[src]

unsafe fn sival_int(&mut self) -> *mut c_int

unsafe fn sival_ptr(&mut self) -> *mut *mut c_void

Trait Implementations

impl Copy for Union_sigval
[src]

impl Clone for Union_sigval
[src]

fn clone(&self) -> Union_sigval

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_sigval
[src]

fn default() -> Union_sigval

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