#[repr(u32)]pub enum ColorElement {
Show 29 variants
NodeBackground = 0,
NodeBackgroundHovered = 1,
NodeBackgroundSelected = 2,
NodeOutline = 3,
TitleBar = 4,
TitleBarHovered = 5,
TitleBarSelected = 6,
Link = 7,
LinkHovered = 8,
LinkSelected = 9,
Pin = 10,
PinHovered = 11,
BoxSelector = 12,
BoxSelectorOutline = 13,
GridBackground = 14,
GridLine = 15,
GridLinePrimary = 16,
MiniMapBackground = 17,
MiniMapBackgroundHovered = 18,
MiniMapOutline = 19,
MiniMapOutlineHovered = 20,
MiniMapNodeBackground = 21,
MiniMapNodeBackgroundHovered = 22,
MiniMapNodeBackgroundSelected = 23,
MiniMapNodeOutline = 24,
MiniMapLink = 25,
MiniMapLinkSelected = 26,
MiniMapCanvas = 27,
MiniMapCanvasOutline = 28,
}Variants§
NodeBackground = 0
NodeBackgroundHovered = 1
NodeBackgroundSelected = 2
NodeOutline = 3
TitleBar = 4
TitleBarHovered = 5
TitleBarSelected = 6
Link = 7
LinkHovered = 8
LinkSelected = 9
Pin = 10
PinHovered = 11
BoxSelector = 12
BoxSelectorOutline = 13
GridBackground = 14
GridLine = 15
GridLinePrimary = 16
MiniMapBackground = 17
MiniMapBackgroundHovered = 18
MiniMapOutline = 19
MiniMapOutlineHovered = 20
MiniMapNodeBackground = 21
MiniMapNodeBackgroundHovered = 22
MiniMapNodeBackgroundSelected = 23
MiniMapNodeOutline = 24
MiniMapLink = 25
MiniMapLinkSelected = 26
MiniMapCanvas = 27
MiniMapCanvasOutline = 28
Trait Implementations§
Source§impl Clone for ColorElement
impl Clone for ColorElement
Source§fn clone(&self) -> ColorElement
fn clone(&self) -> ColorElement
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 ColorElement
impl Debug for ColorElement
Source§impl PartialEq for ColorElement
impl PartialEq for ColorElement
impl Copy for ColorElement
impl Eq for ColorElement
impl StructuralPartialEq for ColorElement
Auto Trait Implementations§
impl Freeze for ColorElement
impl RefUnwindSafe for ColorElement
impl Send for ColorElement
impl Sync for ColorElement
impl Unpin for ColorElement
impl UnwindSafe for ColorElement
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