Enum nuklear_rust::NkStyleCursor []

pub enum NkStyleCursor {
    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 Clone for nk_style_cursor

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_style_cursor

impl Debug for nk_style_cursor

Formats the value using the given formatter.