Enum nuklear_sys::nk_style_cursor [] [src]

#[repr(i32)]
pub enum nk_style_cursor { NK_CURSOR_ARROW, NK_CURSOR_TEXT, NK_CURSOR_MOVE, NK_CURSOR_RESIZE_VERTICAL, NK_CURSOR_RESIZE_HORIZONTAL, NK_CURSOR_RESIZE_TOP_LEFT_DOWN_RIGHT, NK_CURSOR_RESIZE_TOP_RIGHT_DOWN_LEFT, NK_CURSOR_COUNT, }

Variants

Trait Implementations

impl Debug for nk_style_cursor
[src]

Formats the value using the given formatter.

impl Copy for nk_style_cursor
[src]

impl Clone for nk_style_cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for nk_style_cursor
[src]

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

This method tests for !=.

impl Eq for nk_style_cursor
[src]

impl Hash for nk_style_cursor
[src]

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

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