pub type GstMiniObjectFreeFunction = Option<unsafe extern "C" fn(_: *mut GstMiniObject)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.