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
NK_CURSOR_ARROWNK_CURSOR_TEXTNK_CURSOR_MOVENK_CURSOR_RESIZE_VERTICALNK_CURSOR_RESIZE_HORIZONTALNK_CURSOR_RESIZE_TOP_LEFT_DOWN_RIGHTNK_CURSOR_RESIZE_TOP_RIGHT_DOWN_LEFTNK_CURSOR_COUNTTrait Implementations
impl Debug for nk_style_cursor[src]
impl Copy for nk_style_cursor[src]
impl Clone for nk_style_cursor[src]
fn clone(&self) -> nk_style_cursor
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for nk_style_cursor[src]
fn eq(&self, __arg_0: &nk_style_cursor) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.