pub type GstGLAllocationParamsCopyFunc = Option<unsafe extern "C" fn(*mut GstGLAllocationParams, *mut GstGLAllocationParams)>;Aliased Type§
pub 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.