Struct implot_sys::ImPlotStyle[][src]

#[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: f32Marker: c_intMarkerSize: f32MarkerWeight: f32FillAlpha: f32ErrorBarSize: f32ErrorBarWeight: f32DigitalBitHeight: f32DigitalBitGap: f32PlotBorderSize: f32MinorAlpha: f32MajorTickLen: ImVec2MinorTickLen: ImVec2MajorTickSize: ImVec2MinorTickSize: ImVec2MajorGridSize: ImVec2MinorGridSize: ImVec2PlotPadding: ImVec2LabelPadding: ImVec2LegendPadding: ImVec2LegendInnerPadding: ImVec2LegendSpacing: ImVec2MousePosPadding: ImVec2AnnotationPadding: ImVec2FitPadding: ImVec2PlotDefaultSize: ImVec2PlotMinSize: ImVec2Colors: [ImVec4; 24]AntiAliasedLines: boolUseLocalTime: boolUseISO8601: boolUse24HourClock: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.