XPLMMenuHandler_f

Type Alias XPLMMenuHandler_f 

Source
pub type XPLMMenuHandler_f = Option<unsafe extern "C-unwind" fn(inMenuRef: *mut c_void, inItemRef: *mut c_void)>;

Aliased Type§

pub enum XPLMMenuHandler_f {
    None,
    Some(unsafe extern "C-unwind" fn(*mut c_void, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut c_void, *mut c_void))

Some value of type T.