Enum imgui_sys::ImGuiStyleVar[][src]

#[repr(C)]
pub enum ImGuiStyleVar { Alpha, WindowPadding, WindowRounding, WindowBorderSize, WindowMinSize, ChildRounding, ChildBorderSize, PopupRounding, PopupBorderSize, FramePadding, FrameRounding, FrameBorderSize, ItemSpacing, ItemInnerSpacing, IndentSpacing, GrabMinSize, ButtonTextAlign, }

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. Read more

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]

Auto Trait Implementations