Enum nsf_imgui::ImGuiMouseCursor
source · pub enum ImGuiMouseCursor {
None,
Arrow,
TextInput,
ResizeAll,
ResizeNS,
ResizeEW,
ResizeNESW,
ResizeNWSE,
Hand,
COUNT,
}Variants
Trait Implementations
sourceimpl Clone for ImGuiMouseCursor
impl Clone for ImGuiMouseCursor
sourcefn clone(&self) -> ImGuiMouseCursor
fn clone(&self) -> ImGuiMouseCursor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ImGuiMouseCursor
impl Debug for ImGuiMouseCursor
sourceimpl PartialEq<ImGuiMouseCursor> for ImGuiMouseCursor
impl PartialEq<ImGuiMouseCursor> for ImGuiMouseCursor
sourcefn eq(&self, other: &ImGuiMouseCursor) -> bool
fn eq(&self, other: &ImGuiMouseCursor) -> bool
impl Copy for ImGuiMouseCursor
impl Eq for ImGuiMouseCursor
impl StructuralEq for ImGuiMouseCursor
impl StructuralPartialEq for ImGuiMouseCursor
Auto Trait Implementations
impl RefUnwindSafe for ImGuiMouseCursor
impl Send for ImGuiMouseCursor
impl Sync for ImGuiMouseCursor
impl Unpin for ImGuiMouseCursor
impl UnwindSafe for ImGuiMouseCursor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more