#[repr(i32)]pub enum Plot3DStyleVar {
LineWeight = 0,
Marker = 1,
MarkerSize = 2,
FillAlpha = 3,
PlotDefaultSize = 4,
PlotMinSize = 5,
PlotPadding = 6,
LabelPadding = 7,
ViewScaleFactor = 8,
LegendPadding = 9,
LegendInnerPadding = 10,
LegendSpacing = 11,
}Expand description
ImPlot3D style variables.
Variants§
LineWeight = 0
Marker = 1
MarkerSize = 2
FillAlpha = 3
PlotDefaultSize = 4
PlotMinSize = 5
PlotPadding = 6
LabelPadding = 7
ViewScaleFactor = 8
LegendPadding = 9
LegendInnerPadding = 10
LegendSpacing = 11
Trait Implementations§
Source§impl Clone for Plot3DStyleVar
impl Clone for Plot3DStyleVar
Source§fn clone(&self) -> Plot3DStyleVar
fn clone(&self) -> Plot3DStyleVar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Plot3DStyleVar
impl Debug for Plot3DStyleVar
Source§impl PartialEq for Plot3DStyleVar
impl PartialEq for Plot3DStyleVar
Source§fn eq(&self, other: &Plot3DStyleVar) -> bool
fn eq(&self, other: &Plot3DStyleVar) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Plot3DStyleVar
impl Eq for Plot3DStyleVar
impl StructuralPartialEq for Plot3DStyleVar
Auto Trait Implementations§
impl Freeze for Plot3DStyleVar
impl RefUnwindSafe for Plot3DStyleVar
impl Send for Plot3DStyleVar
impl Sync for Plot3DStyleVar
impl Unpin for Plot3DStyleVar
impl UnsafeUnpin for Plot3DStyleVar
impl UnwindSafe for Plot3DStyleVar
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