#[repr(C)]pub struct ImPlot3DStyle_c {Show 15 fields
pub LineWeight: f32,
pub Marker: c_int,
pub MarkerSize: f32,
pub MarkerWeight: f32,
pub FillAlpha: f32,
pub PlotDefaultSize: ImVec2_c,
pub PlotMinSize: ImVec2_c,
pub PlotPadding: ImVec2_c,
pub LabelPadding: ImVec2_c,
pub ViewScaleFactor: f32,
pub LegendPadding: ImVec2_c,
pub LegendInnerPadding: ImVec2_c,
pub LegendSpacing: ImVec2_c,
pub Colors: [ImVec4_c; 15],
pub Colormap: ImPlot3DColormap,
}Fields§
§LineWeight: f32§Marker: c_int§MarkerSize: f32§MarkerWeight: f32§FillAlpha: f32§PlotDefaultSize: ImVec2_c§PlotMinSize: ImVec2_c§PlotPadding: ImVec2_c§LabelPadding: ImVec2_c§ViewScaleFactor: f32§LegendPadding: ImVec2_c§LegendInnerPadding: ImVec2_c§LegendSpacing: ImVec2_c§Colors: [ImVec4_c; 15]§Colormap: ImPlot3DColormapTrait Implementations§
Source§impl Clone for ImPlot3DStyle_c
impl Clone for ImPlot3DStyle_c
Source§fn clone(&self) -> ImPlot3DStyle_c
fn clone(&self) -> ImPlot3DStyle_c
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 ImPlot3DStyle_c
impl Debug for ImPlot3DStyle_c
Source§impl Default for ImPlot3DStyle_c
impl Default for ImPlot3DStyle_c
Source§fn default() -> ImPlot3DStyle_c
fn default() -> ImPlot3DStyle_c
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImPlot3DStyle_c
impl PartialEq for ImPlot3DStyle_c
impl Copy for ImPlot3DStyle_c
impl StructuralPartialEq for ImPlot3DStyle_c
Auto Trait Implementations§
impl Freeze for ImPlot3DStyle_c
impl RefUnwindSafe for ImPlot3DStyle_c
impl Send for ImPlot3DStyle_c
impl Sync for ImPlot3DStyle_c
impl Unpin for ImPlot3DStyle_c
impl UnwindSafe for ImPlot3DStyle_c
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