pub type GstGLBaseMemoryAllocatorAllocFunction = Option<unsafe extern "C" fn(*mut GstGLBaseMemoryAllocator, *mut GstGLAllocationParams) -> *mut GstGLBaseMemory>;
Aliased Type§
pub enum GstGLBaseMemoryAllocatorAllocFunction {
None,
Some(unsafe extern "C" fn(*mut GstGLBaseMemoryAllocator, *mut GstGLAllocationParams) -> *mut GstGLBaseMemory),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GstGLBaseMemoryAllocator, *mut GstGLAllocationParams) -> *mut GstGLBaseMemory)
Some value of type T
.