XPLMSetDatavf_f

Type Alias XPLMSetDatavf_f 

Source
pub type XPLMSetDatavf_f = Option<unsafe extern "C-unwind" fn(inRefcon: *mut c_void, inValues: *mut f32, inOffset: c_int, inCount: c_int)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.