Enum nuklear::CommandType[][src]

#[repr(i32)]
pub enum CommandType { NK_COMMAND_NOP, NK_COMMAND_SCISSOR, NK_COMMAND_LINE, NK_COMMAND_CURVE, NK_COMMAND_RECT, NK_COMMAND_RECT_FILLED, NK_COMMAND_RECT_MULTI_COLOR, NK_COMMAND_CIRCLE, NK_COMMAND_CIRCLE_FILLED, NK_COMMAND_ARC, NK_COMMAND_ARC_FILLED, NK_COMMAND_TRIANGLE, NK_COMMAND_TRIANGLE_FILLED, NK_COMMAND_POLYGON, NK_COMMAND_POLYGON_FILLED, NK_COMMAND_POLYLINE, NK_COMMAND_TEXT, NK_COMMAND_IMAGE, }

Variants

Trait Implementations

impl Hash for nk_command_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_command_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_command_type
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_command_type
[src]

impl Eq for nk_command_type
[src]

impl PartialEq<nk_command_type> for nk_command_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