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

Trait Implementations§

Source§

impl From<[f64; 2]> for ImPlotRange

Source§

fn from(from: [f64; 2]) -> Self

Converts to this type from the input type.
Source§

impl From<(f64, f64)> for ImPlotRange

Source§

fn from(from: (f64, f64)) -> Self

Converts to this type from the input type.
Source§

impl From<ImVec2_c> for ImPlotRange

Source§

fn from(from: ImVec2) -> Self

Converts to this type from the input type.
Source§

impl From<Range<f64>> for ImPlotRange

Source§

fn from(from: Range<f64>) -> Self

Converts to this type from the input type.