Type Alias gstreamer_sys::GstCapsForeachFunc
source · pub type GstCapsForeachFunc = Option<unsafe extern "C" fn(_: *mut GstCapsFeatures, _: *mut GstStructure, _: gpointer) -> gboolean>;
Aliased Type§
enum GstCapsForeachFunc {
None,
Some(unsafe extern "C" fn(_: *mut GstCapsFeatures, _: *mut GstStructure, _: *mut c_void) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut GstCapsFeatures, _: *mut GstStructure, _: *mut c_void) -> i32)
Some value of type T
.