Enum nuklear::StyleColor [−][src]
#[repr(i32)]pub enum StyleColor { NK_COLOR_TEXT, NK_COLOR_WINDOW, NK_COLOR_HEADER, NK_COLOR_BORDER, NK_COLOR_BUTTON, NK_COLOR_BUTTON_HOVER, NK_COLOR_BUTTON_ACTIVE, NK_COLOR_TOGGLE, NK_COLOR_TOGGLE_HOVER, NK_COLOR_TOGGLE_CURSOR, NK_COLOR_SELECT, NK_COLOR_SELECT_ACTIVE, NK_COLOR_SLIDER, NK_COLOR_SLIDER_CURSOR, NK_COLOR_SLIDER_CURSOR_HOVER, NK_COLOR_SLIDER_CURSOR_ACTIVE, NK_COLOR_PROPERTY, NK_COLOR_EDIT, NK_COLOR_EDIT_CURSOR, NK_COLOR_COMBO, NK_COLOR_CHART, NK_COLOR_CHART_COLOR, NK_COLOR_CHART_COLOR_HIGHLIGHT, NK_COLOR_SCROLLBAR, NK_COLOR_SCROLLBAR_CURSOR, NK_COLOR_SCROLLBAR_CURSOR_HOVER, NK_COLOR_SCROLLBAR_CURSOR_ACTIVE, NK_COLOR_TAB_HEADER, NK_COLOR_COUNT, }
Variants
NK_COLOR_TEXTNK_COLOR_WINDOWNK_COLOR_HEADERNK_COLOR_BORDERNK_COLOR_BUTTONNK_COLOR_BUTTON_HOVERNK_COLOR_BUTTON_ACTIVENK_COLOR_TOGGLENK_COLOR_TOGGLE_HOVERNK_COLOR_TOGGLE_CURSORNK_COLOR_SELECTNK_COLOR_SELECT_ACTIVENK_COLOR_SLIDERNK_COLOR_SLIDER_CURSORNK_COLOR_SLIDER_CURSOR_HOVERNK_COLOR_SLIDER_CURSOR_ACTIVENK_COLOR_PROPERTYNK_COLOR_EDITNK_COLOR_EDIT_CURSORNK_COLOR_COMBONK_COLOR_CHARTNK_COLOR_CHART_COLORNK_COLOR_CHART_COLOR_HIGHLIGHTNK_COLOR_SCROLLBARNK_COLOR_SCROLLBAR_CURSORNK_COLOR_SCROLLBAR_CURSOR_HOVERNK_COLOR_SCROLLBAR_CURSOR_ACTIVENK_COLOR_TAB_HEADERNK_COLOR_COUNT
Trait Implementations
impl Hash for nk_style_colors[src]
impl Hash for nk_style_colorsfn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for nk_style_colors[src]
impl Clone for nk_style_colorsfn clone(&self) -> nk_style_colors[src]
fn clone(&self) -> nk_style_colorsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for nk_style_colors[src]
impl Debug for nk_style_colorsfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_style_colors[src]
impl Copy for nk_style_colorsimpl Eq for nk_style_colors[src]
impl Eq for nk_style_colorsimpl PartialEq<nk_style_colors> for nk_style_colors[src]
impl PartialEq<nk_style_colors> for nk_style_colorsAuto Trait Implementations
impl Send for nk_style_colors
impl Send for nk_style_colorsimpl Sync for nk_style_colors
impl Sync for nk_style_colors