Type Alias ImPlotRange
Source pub type ImPlotRange = ImPlotRange_c;
#[repr(C)]
pub struct ImPlotRange {
pub Min: f64,
pub Max: f64,
}
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.