Enum imgui_sys::ImGuiKey [−][src]
#[repr(C)]pub enum ImGuiKey { Tab, LeftArrow, RightArrow, UpArrow, DownArrow, PageUp, PageDown, Home, End, Delete, Backspace, Enter, Escape, A, C, V, X, Y, Z, }
A key identifier (ImGui-side enum)
Variants
TabLeftArrowRightArrowUpArrowDownArrowPageUpPageDownHomeEndDeleteBackspaceEnterEscapeACVXYZ
Trait Implementations
impl Copy for ImGuiKey[src]
impl Copy for ImGuiKeyimpl Clone for ImGuiKey[src]
impl Clone for ImGuiKeyfn clone(&self) -> ImGuiKey[src]
fn clone(&self) -> ImGuiKeyReturns 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 ImGuiKey[src]
impl Debug for ImGuiKeyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ImGuiKey[src]
impl PartialEq for ImGuiKeyfn eq(&self, other: &ImGuiKey) -> bool[src]
fn eq(&self, other: &ImGuiKey) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ImGuiKey[src]
impl Eq for ImGuiKey