Enum nuklear::StyleCursor [−][src]
#[repr(i32)]pub enum StyleCursor { 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_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
Trait Implementations
impl Hash for nk_style_cursor
[src]
impl Hash for nk_style_cursor
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for nk_style_cursor
[src]
impl Clone for nk_style_cursor
fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for nk_style_cursor
[src]
impl Debug for nk_style_cursor
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for nk_style_cursor
[src]
impl Copy for nk_style_cursor
impl Eq for nk_style_cursor
[src]
impl Eq for nk_style_cursor
impl PartialEq<nk_style_cursor> for nk_style_cursor
[src]
impl PartialEq<nk_style_cursor> for nk_style_cursor
Auto Trait Implementations
impl Send for nk_style_cursor
impl Send for nk_style_cursor
impl Sync for nk_style_cursor
impl Sync for nk_style_cursor