jack_thread_creator_t

Type Alias jack_thread_creator_t 

Source
pub type jack_thread_creator_t = Option<unsafe extern "C" fn(*mut u32, *const pthread_attr_t, Option<extern "C" fn(*mut c_void) -> *mut c_void>, *mut c_void) -> i32>;

Aliased Type§

pub enum jack_thread_creator_t {
    None,
    Some(unsafe extern "C" fn(*mut u32, *const pthread_attr_t, Option<extern "C" fn(*mut c_void) -> *mut c_void>, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut u32, *const pthread_attr_t, Option<extern "C" fn(*mut c_void) -> *mut c_void>, *mut c_void) -> i32)

Some value of type T.