Type Alias gstreamer_gl_sys::GstGLBaseMemoryAllocatorUnmapFunction
source · 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§
None
No value.
Some(unsafe extern "C" fn(_: *mut GstGLBaseMemory, _: *mut GstMapInfo))
Some value of type T
.