Type Alias pipewire_sys::pw_work_func_t

source ·
pub type pw_work_func_t = Option<unsafe extern "C" fn(obj: *mut c_void, data: *mut c_void, res: c_int, id: u32)>;

Aliased Type§

enum pw_work_func_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: i32, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void, _: i32, _: u32))

Some value of type T.