Type Alias gstreamer_sys::GstTaskFunction
source · pub type GstTaskFunction = Option<unsafe extern "C" fn(_: gpointer)>;
Aliased Type§
enum GstTaskFunction {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}
pub type GstTaskFunction = Option<unsafe extern "C" fn(_: gpointer)>;
enum GstTaskFunction {
None,
Some(unsafe extern "C" fn(_: *mut c_void)),
}