pub type GstMemoryUnmapFunction = Option<unsafe extern "C" fn(_: *mut GstMemory)>;

Aliased Type§

enum GstMemoryUnmapFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut GstMemory)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.