Type Alias obs_task_handler_t

Source
pub type obs_task_handler_t = Option<unsafe extern "C" fn(task: obs_task_t, param: *mut c_void, wait: bool)>;

Aliased Type§

enum obs_task_handler_t {
    None,
    Some(unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_void)>, _: *mut c_void, _: bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: Option<unsafe extern "C" fn(_: *mut c_void)>, _: *mut c_void, _: bool))

Some value of type T.