#[repr(i32)]pub enum Plot3DColorElement {
Show 14 variants
TitleText = 0,
InlayText = 1,
FrameBg = 2,
PlotBg = 3,
PlotBorder = 4,
LegendBg = 5,
LegendBorder = 6,
LegendText = 7,
AxisText = 8,
AxisGrid = 9,
AxisTick = 10,
AxisBg = 11,
AxisBgHovered = 12,
AxisBgActive = 13,
}Expand description
Colorable ImPlot3D style elements.
Variants§
TitleText = 0
InlayText = 1
FrameBg = 2
PlotBg = 3
PlotBorder = 4
LegendBg = 5
LegendBorder = 6
LegendText = 7
AxisText = 8
AxisGrid = 9
AxisTick = 10
AxisBg = 11
AxisBgHovered = 12
AxisBgActive = 13
Trait Implementations§
Source§impl Clone for Plot3DColorElement
impl Clone for Plot3DColorElement
Source§fn clone(&self) -> Plot3DColorElement
fn clone(&self) -> Plot3DColorElement
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 Plot3DColorElement
impl Debug for Plot3DColorElement
Source§impl PartialEq for Plot3DColorElement
impl PartialEq for Plot3DColorElement
impl Copy for Plot3DColorElement
impl Eq for Plot3DColorElement
impl StructuralPartialEq for Plot3DColorElement
Auto Trait Implementations§
impl Freeze for Plot3DColorElement
impl RefUnwindSafe for Plot3DColorElement
impl Send for Plot3DColorElement
impl Sync for Plot3DColorElement
impl Unpin for Plot3DColorElement
impl UnsafeUnpin for Plot3DColorElement
impl UnwindSafe for Plot3DColorElement
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