Type Alias obs_hotkey_enum_func

Source
pub type obs_hotkey_enum_func = Option<unsafe extern "C" fn(data: *mut c_void, id: obs_hotkey_id, key: *mut obs_hotkey_t) -> bool>;

Aliased Type§

enum obs_hotkey_enum_func {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: usize, _: *mut obs_hotkey) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.