Enum imgui_sys::ImGuiMouseCursor [−][src]
#[repr(C)]pub enum ImGuiMouseCursor { None, Arrow, TextInput, Move, ResizeNS, ResizeEW, ResizeNESW, ResizeNWSE, }
A mouse cursor identifier
Variants
NoneArrowTextInputMoveResizeNSResizeEWResizeNESWResizeNWSE
Trait Implementations
impl Copy for ImGuiMouseCursor[src]
impl Copy for ImGuiMouseCursorimpl Clone for ImGuiMouseCursor[src]
impl Clone for ImGuiMouseCursorfn clone(&self) -> ImGuiMouseCursor[src]
fn clone(&self) -> ImGuiMouseCursorReturns 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 ImGuiMouseCursor[src]
impl Debug for ImGuiMouseCursorfn 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 ImGuiMouseCursor[src]
impl PartialEq for ImGuiMouseCursorfn eq(&self, other: &ImGuiMouseCursor) -> bool[src]
fn eq(&self, other: &ImGuiMouseCursor) -> 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 ImGuiMouseCursor[src]
impl Eq for ImGuiMouseCursorAuto Trait Implementations
impl Send for ImGuiMouseCursor
impl Send for ImGuiMouseCursorimpl Sync for ImGuiMouseCursor
impl Sync for ImGuiMouseCursor