pub type GstGLBaseMemoryAllocatorUnmapFunction = Option<unsafe extern "C" fn(*mut GstGLBaseMemory, *mut GstMapInfo)>;
Aliased Type§
pub 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
.