Enum imgui_sys::ImGuiColorEditMode [] [src]

#[repr(C)]
pub enum ImGuiColorEditMode { UserSelect, UserSelectShowButton, RGB, HSV, HEX, }

Color edit mode

Variants

Trait Implementations

impl Copy for ImGuiColorEditMode
[src]

impl Clone for ImGuiColorEditMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImGuiColorEditMode
[src]

Formats the value using the given formatter.

impl PartialEq for ImGuiColorEditMode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ImGuiColorEditMode
[src]