Type Alias GstValueHashFunc

Source
pub type GstValueHashFunc = Option<unsafe extern "C" fn(*const GValue, *mut c_uint) -> gboolean>;

Aliased Type§

enum GstValueHashFunc {
    None,
    Some(unsafe extern "C" fn(*const GValue, *mut u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const GValue, *mut u32) -> i32)

Some value of type T.