obs_hotkey_binding_enum_func

Type Alias obs_hotkey_binding_enum_func 

Source
pub type obs_hotkey_binding_enum_func = Option<unsafe extern "C" fn(data: *mut c_void, idx: usize, binding: *mut obs_hotkey_binding_t) -> bool>;

Aliased Type§

pub enum obs_hotkey_binding_enum_func {
    None,
    Some(unsafe extern "C" fn(*mut c_void, usize, *mut obs_hotkey_binding) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, usize, *mut obs_hotkey_binding) -> bool)

Some value of type T.