pub type GstMetaDeserializeFunction = Option<unsafe extern "C" fn(_: *const GstMetaInfo, _: *mut GstBuffer, _: *const u8, _: size_t, _: u8) -> *mut GstMeta>;

Aliased Type§

enum GstMetaDeserializeFunction {
    None,
    Some(unsafe extern "C" fn(_: *const GstMetaInfo, _: *mut GstBuffer, _: *const u8, _: usize, _: u8) -> *mut GstMeta),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const GstMetaInfo, _: *mut GstBuffer, _: *const u8, _: usize, _: u8) -> *mut GstMeta)

Some value of type T.