Type Alias GstMetaDeserializeFunction

Source
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.