Struct coreaudio_sys::audio_unit::Struct___darwin_pthread_handler_rec
[−]
[src]
pub struct Struct___darwin_pthread_handler_rec {
pub __routine: Option<extern fn(arg1: *mut c_void)>,
pub __arg: *mut c_void,
pub __next: *mut Struct___darwin_pthread_handler_rec,
}Fields
__routine: Option<extern fn(arg1: *mut c_void)>
__arg: *mut c_void
__next: *mut Struct___darwin_pthread_handler_rec
Trait Implementations
impl Copy for Struct___darwin_pthread_handler_rec[src]
impl Clone for Struct___darwin_pthread_handler_rec[src]
fn clone(&self) -> Struct___darwin_pthread_handler_rec
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_pthread_handler_rec[src]
fn default() -> Struct___darwin_pthread_handler_rec
Returns the "default value" for a type. Read more