ImPlotTransform

Type Alias ImPlotTransform 

Source
pub type ImPlotTransform = Option<unsafe extern "C" fn(value: f64, user_data: *mut c_void) -> f64>;

Aliased Type§

pub enum ImPlotTransform {
    None,
    Some(unsafe extern "C" fn(f64, *mut c_void) -> f64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.