pub type GstGLBaseMemoryAllocatorUnmapFunction = Option<unsafe extern "C" fn(_: *mut GstGLBaseMemory, _: *mut GstMapInfo)>;

Aliased Type§

enum GstGLBaseMemoryAllocatorUnmapFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut GstGLBaseMemory, _: *mut GstMapInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstGLBaseMemory, _: *mut GstMapInfo))

Some value of type T.