Enum nuklear::SymbolType [−][src]
#[repr(i32)]pub enum SymbolType { NK_SYMBOL_NONE, NK_SYMBOL_X, NK_SYMBOL_UNDERSCORE, NK_SYMBOL_CIRCLE_SOLID, NK_SYMBOL_CIRCLE_OUTLINE, NK_SYMBOL_RECT_SOLID, NK_SYMBOL_RECT_OUTLINE, NK_SYMBOL_TRIANGLE_UP, NK_SYMBOL_TRIANGLE_DOWN, NK_SYMBOL_TRIANGLE_LEFT, NK_SYMBOL_TRIANGLE_RIGHT, NK_SYMBOL_PLUS, NK_SYMBOL_MINUS, NK_SYMBOL_MAX, }
Variants
NK_SYMBOL_NONENK_SYMBOL_XNK_SYMBOL_UNDERSCORENK_SYMBOL_CIRCLE_SOLIDNK_SYMBOL_CIRCLE_OUTLINENK_SYMBOL_RECT_SOLIDNK_SYMBOL_RECT_OUTLINENK_SYMBOL_TRIANGLE_UPNK_SYMBOL_TRIANGLE_DOWNNK_SYMBOL_TRIANGLE_LEFTNK_SYMBOL_TRIANGLE_RIGHTNK_SYMBOL_PLUSNK_SYMBOL_MINUSNK_SYMBOL_MAX
Trait Implementations
impl Hash for nk_symbol_type[src]
impl Hash for nk_symbol_typefn 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_symbol_type[src]
impl Clone for nk_symbol_typefn clone(&self) -> nk_symbol_type[src]
fn clone(&self) -> nk_symbol_typeReturns 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_symbol_type[src]
impl Debug for nk_symbol_typefn 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_symbol_type[src]
impl Copy for nk_symbol_typeimpl Eq for nk_symbol_type[src]
impl Eq for nk_symbol_typeimpl PartialEq<nk_symbol_type> for nk_symbol_type[src]
impl PartialEq<nk_symbol_type> for nk_symbol_typeAuto Trait Implementations
impl Send for nk_symbol_type
impl Send for nk_symbol_typeimpl Sync for nk_symbol_type
impl Sync for nk_symbol_type