ImPlotRange

Type Alias ImPlotRange 

Source
pub type ImPlotRange = ImPlotRange_c;

Aliased Type§

#[repr(C)]
pub struct ImPlotRange { pub Min: f64, pub Max: f64, }

Fields§

§Min: f64§Max: f64