pub type GstControlBindingConvert = Option<unsafe extern "C" fn(_: *mut GstControlBinding, _: c_double, _: *mut GValue)>;

Aliased Type§

enum GstControlBindingConvert {
    None,
    Some(unsafe extern "C" fn(_: *mut GstControlBinding, _: f64, _: *mut GValue)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstControlBinding, _: f64, _: *mut GValue))

Some value of type T.