Enum aflak_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

Methods

impl ImGuiStyleVar
[src]

Deprecated since 0.0.19

: please use ChildRounding instead

ChildWindowRounding: ImGuiStyleVar = ImGuiStyleVar::ChildRounding

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