pub type XPLMMapDrawingCallback_f = Option<unsafe extern "C-unwind" fn(inLayer: XPLMMapLayerID, inMapBoundsLeftTopRightBottom: *const f32, zoomRatio: f32, mapUnitsPerUserInterfaceUnit: f32, mapStyle: XPLMMapStyle, projection: XPLMMapProjectionID, inRefcon: *mut c_void)>;

Aliased Type§

enum XPLMMapDrawingCallback_f {
    None,
    Some(unsafe extern "C-unwind" fn(_: *mut c_void, _: *const f32, _: f32, _: f32, _: XPLMMapStyle, _: *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, _: *const f32, _: f32, _: f32, _: XPLMMapStyle, _: *mut c_void, _: *mut c_void))

Some value of type T.