ImPlotGetter

Type Alias ImPlotGetter 

Source
pub type ImPlotGetter = Option<unsafe extern "C" fn(idx: c_int, user_data: *mut c_void) -> ImPlotPoint>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.