ImPlotDateTimeSpec

Type Alias ImPlotDateTimeSpec 

Source
pub type ImPlotDateTimeSpec = ImPlotDateTimeSpec_c;

Aliased Type§

#[repr(C)]
pub struct ImPlotDateTimeSpec { pub Date: i32, pub Time: i32, pub UseISO8601: bool, pub Use24HourClock: bool, }

Fields§

§Date: i32§Time: i32§UseISO8601: bool§Use24HourClock: bool