#[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_c,
pub MinorTickLen: ImVec2_c,
pub MajorTickSize: ImVec2_c,
pub MinorTickSize: ImVec2_c,
pub MajorGridSize: ImVec2_c,
pub MinorGridSize: ImVec2_c,
pub PlotPadding: ImVec2_c,
pub LabelPadding: ImVec2_c,
pub LegendPadding: ImVec2_c,
pub LegendInnerPadding: ImVec2_c,
pub LegendSpacing: ImVec2_c,
pub MousePosPadding: ImVec2_c,
pub AnnotationPadding: ImVec2_c,
pub FitPadding: ImVec2_c,
pub PlotDefaultSize: ImVec2_c,
pub PlotMinSize: ImVec2_c,
pub Colors: [ImVec4_c; 21],
pub Colormap: ImPlotColormap,
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_c§MinorTickLen: ImVec2_c§MajorTickSize: ImVec2_c§MinorTickSize: ImVec2_c§MajorGridSize: ImVec2_c§MinorGridSize: ImVec2_c§PlotPadding: ImVec2_c§LabelPadding: ImVec2_c§LegendPadding: ImVec2_c§LegendInnerPadding: ImVec2_c§LegendSpacing: ImVec2_c§MousePosPadding: ImVec2_c§AnnotationPadding: ImVec2_c§FitPadding: ImVec2_c§PlotDefaultSize: ImVec2_c§PlotMinSize: ImVec2_c§Colors: [ImVec4_c; 21]§Colormap: ImPlotColormap§UseLocalTime: bool§UseISO8601: bool§Use24HourClock: boolTrait 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
Source§impl Default for ImPlotStyle
impl Default for ImPlotStyle
Source§fn default() -> ImPlotStyle
fn default() -> ImPlotStyle
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImPlotStyle
impl PartialEq for ImPlotStyle
impl Copy for ImPlotStyle
impl StructuralPartialEq 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