#[repr(C)]pub struct ImPlotStyle {Show 32 fields
pub LineWeight: f32,
pub Marker: c_int,
pub MarkerSize: f32,
pub MarkerWeight: f32,
pub FillAlpha: f32,
pub ErrorBarSize: f32,
pub ErrorBarWeight: f32,
pub DigitalBitHeight: f32,
pub DigitalBitGap: f32,
pub PlotBorderSize: f32,
pub MinorAlpha: f32,
pub MajorTickLen: ImVec2,
pub MinorTickLen: ImVec2,
pub MajorTickSize: ImVec2,
pub MinorTickSize: ImVec2,
pub MajorGridSize: ImVec2,
pub MinorGridSize: ImVec2,
pub PlotPadding: ImVec2,
pub LabelPadding: ImVec2,
pub LegendPadding: ImVec2,
pub LegendInnerPadding: ImVec2,
pub LegendSpacing: ImVec2,
pub MousePosPadding: ImVec2,
pub AnnotationPadding: ImVec2,
pub FitPadding: ImVec2,
pub PlotDefaultSize: ImVec2,
pub PlotMinSize: ImVec2,
pub Colors: [ImVec4; 24],
pub AntiAliasedLines: bool,
pub UseLocalTime: bool,
pub UseISO8601: bool,
pub Use24HourClock: bool,
}
Fields§
§LineWeight: f32
§Marker: c_int
§MarkerSize: f32
§MarkerWeight: f32
§FillAlpha: f32
§ErrorBarSize: f32
§ErrorBarWeight: f32
§DigitalBitHeight: f32
§DigitalBitGap: f32
§PlotBorderSize: f32
§MinorAlpha: f32
§MajorTickLen: ImVec2
§MinorTickLen: ImVec2
§MajorTickSize: ImVec2
§MinorTickSize: ImVec2
§MajorGridSize: ImVec2
§MinorGridSize: ImVec2
§PlotPadding: ImVec2
§LabelPadding: ImVec2
§LegendPadding: ImVec2
§LegendInnerPadding: ImVec2
§LegendSpacing: ImVec2
§MousePosPadding: ImVec2
§AnnotationPadding: ImVec2
§FitPadding: ImVec2
§PlotDefaultSize: ImVec2
§PlotMinSize: ImVec2
§Colors: [ImVec4; 24]
§AntiAliasedLines: bool
§UseLocalTime: bool
§UseISO8601: bool
§Use24HourClock: bool
Trait Implementations§
Source§impl Clone for ImPlotStyle
impl Clone for ImPlotStyle
Source§fn clone(&self) -> ImPlotStyle
fn clone(&self) -> ImPlotStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImPlotStyle
impl Debug for ImPlotStyle
impl Copy for ImPlotStyle
Auto Trait Implementations§
impl Freeze for ImPlotStyle
impl RefUnwindSafe for ImPlotStyle
impl Send for ImPlotStyle
impl Sync for ImPlotStyle
impl Unpin for ImPlotStyle
impl UnwindSafe for ImPlotStyle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more