pub type GESFillTrackElementFunc = Option<unsafe extern "C" fn(*mut GESClip, *mut GESTrackElement, *mut GstElement) -> gboolean>;Aliased Type§
pub enum GESFillTrackElementFunc {
None,
Some(unsafe extern "C" fn(*mut GESClip, *mut GESTrackElement, *mut GstElement) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GESClip, *mut GESTrackElement, *mut GstElement) -> i32)
Some value of type T.