ImPlotPoint_getter

Type Alias ImPlotPoint_getter 

Source
pub type ImPlotPoint_getter = Option<unsafe extern "C" fn(data: *mut c_void, idx: c_int, point: *mut ImPlotPoint_c) -> *mut c_void>;

Aliased Type§

pub enum ImPlotPoint_getter {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, *mut ImPlotPoint_c) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.