Type Alias gstreamer_gl_sys::GstGLAllocationParamsCopyFunc
source · pub type GstGLAllocationParamsCopyFunc = Option<unsafe extern "C" fn(_: *mut GstGLAllocationParams, _: *mut GstGLAllocationParams)>;
Aliased Type§
enum GstGLAllocationParamsCopyFunc {
None,
Some(unsafe extern "C" fn(_: *mut GstGLAllocationParams, _: *mut GstGLAllocationParams)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut GstGLAllocationParams, _: *mut GstGLAllocationParams))
Some value of type T
.