Enum nuklear_sys::nk_text_edit_mode
[−]
[src]
#[repr(i32)]pub enum nk_text_edit_mode { NK_TEXT_EDIT_MODE_VIEW, NK_TEXT_EDIT_MODE_INSERT, NK_TEXT_EDIT_MODE_REPLACE, }
Variants
NK_TEXT_EDIT_MODE_VIEWNK_TEXT_EDIT_MODE_INSERTNK_TEXT_EDIT_MODE_REPLACETrait Implementations
impl Debug for nk_text_edit_mode[src]
impl Copy for nk_text_edit_mode[src]
impl Clone for nk_text_edit_mode[src]
fn clone(&self) -> nk_text_edit_mode
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_text_edit_mode[src]
fn eq(&self, __arg_0: &nk_text_edit_mode) -> 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 !=.