gstreamer_gl_sys

Type Alias 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§

§1.6.0

None

No value.

§1.6.0

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

Some value of type T.