XPLMSetDatai_f

Type Alias XPLMSetDatai_f 

Source
pub type XPLMSetDatai_f = Option<unsafe extern "C" fn(inRefcon: *mut c_void, inValue: c_int)>;
Expand description

XPLMSetDatai_f

Aliased Type§

pub enum XPLMSetDatai_f {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.