Enum imgui_sys::ImGuiStyleVar [] [src]

#[repr(C)]
pub enum ImGuiStyleVar { Alpha, WindowPadding, WindowRounding, WindowMinSize, ChildWindowRounding, FramePadding, FrameRounding, ItemSpacing, ItemInnerSpacing, IndentSpacing, GrabMinSize, }

A variable identifier for styling

Variants

Trait Implementations

impl Copy for ImGuiStyleVar
[src]

impl Clone for ImGuiStyleVar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ImGuiStyleVar
[src]

Formats the value using the given formatter.

impl PartialEq for ImGuiStyleVar
[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 ImGuiStyleVar
[src]