Type Alias GstGLBaseMemoryAllocatorAllocFunction

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

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GstGLBaseMemoryAllocator, *mut GstGLAllocationParams) -> *mut GstGLBaseMemory)

Some value of type T.