#[repr(C)]pub struct ImPlot3DStyle {Show 14 fields
pub LineWeight: f32,
pub Marker: c_int,
pub MarkerSize: f32,
pub MarkerWeight: f32,
pub FillAlpha: f32,
pub PlotDefaultSize: ImVec2,
pub PlotMinSize: ImVec2,
pub PlotPadding: ImVec2,
pub LabelPadding: ImVec2,
pub LegendPadding: ImVec2,
pub LegendInnerPadding: ImVec2,
pub LegendSpacing: ImVec2,
pub Colors: [ImVec4; 15],
pub Colormap: ImPlot3DColormap,
}Fields§
§LineWeight: f32§Marker: c_int§MarkerSize: f32§MarkerWeight: f32§FillAlpha: f32§PlotDefaultSize: ImVec2§PlotMinSize: ImVec2§PlotPadding: ImVec2§LabelPadding: ImVec2§LegendPadding: ImVec2§LegendInnerPadding: ImVec2§LegendSpacing: ImVec2§Colors: [ImVec4; 15]§Colormap: ImPlot3DColormapTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImPlot3DStyle
impl RefUnwindSafe for ImPlot3DStyle
impl Send for ImPlot3DStyle
impl Sync for ImPlot3DStyle
impl Unpin for ImPlot3DStyle
impl UnwindSafe for ImPlot3DStyle
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