Type Alias classicube_sys::Button_Set
source · pub type Button_Set = Option<unsafe extern "C" fn(raw: *const cc_string)>;Aliased Type§
enum Button_Set {
None,
Some(unsafe extern "C" fn(_: *const cc_string_)),
}pub type Button_Set = Option<unsafe extern "C" fn(raw: *const cc_string)>;enum Button_Set {
None,
Some(unsafe extern "C" fn(_: *const cc_string_)),
}