Type Alias GstGLAllocationParamsCopyFunc
Sourcepub 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
.