pub type GstMemoryShareFunction = Option<unsafe extern "C" fn(_: *mut GstMemory, _: ssize_t, _: ssize_t) -> *mut GstMemory>;

Aliased Type§

enum GstMemoryShareFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut GstMemory, _: isize, _: isize) -> *mut GstMemory),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstMemory, _: isize, _: isize) -> *mut GstMemory)

Some value of type T.