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