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

Trait Implementations

impl Hash for nk_symbol_type
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for nk_symbol_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_symbol_type
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_symbol_type
[src]

impl Eq for nk_symbol_type
[src]

impl PartialEq<nk_symbol_type> for nk_symbol_type
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations