gstreamer_sys

Type Alias GstMemoryCopyFunction

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

Aliased Type§

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

Variants§

§1.6.0

None

No value.

§1.6.0

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

Some value of type T.