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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.