pub type GstMetaClearFunction = Option<unsafe extern "C" fn(_: *mut GstBuffer, _: *mut GstMeta)>;

Aliased Type§

enum GstMetaClearFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut GstBuffer, _: *mut GstMeta)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstBuffer, _: *mut GstMeta))

Some value of type T.