gstreamer_sys

Type Alias GstTaskPoolFunction

source
pub type GstTaskPoolFunction = Option<unsafe extern "C" fn(_: *mut c_void)>;

Aliased Type§

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

Variants§

§1.6.0

None

No value.

§1.6.0

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

Some value of type T.