pub type GESCreateTrackElementsFunc = Option<unsafe extern "C" fn(_: *mut GESClip, _: GESTrackType) -> *mut GList>;

Aliased Type§

enum GESCreateTrackElementsFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GESClip, _: u32) -> *mut GList),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GESClip, _: u32) -> *mut GList)

Some value of type T.