ImPlotLocator

Type Alias ImPlotLocator 

Source
pub type ImPlotLocator = Option<unsafe extern "C" fn(ticker: *mut ImPlotTicker, range: ImPlotRange_c, pixels: f32, vertical: bool, formatter: ImPlotFormatter, formatter_data: *mut c_void)>;

Aliased Type§

pub enum ImPlotLocator {
    None,
    Some(unsafe extern "C" fn(*mut ImPlotTicker, ImPlotRange_c, f32, bool, Option<unsafe extern "C" fn(f64, *mut u8, i32, *mut c_void) -> i32>, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ImPlotTicker, ImPlotRange_c, f32, bool, Option<unsafe extern "C" fn(f64, *mut u8, i32, *mut c_void) -> i32>, *mut c_void))

Some value of type T.