Enum imgui::StyleVar [] [src]

pub enum StyleVar {
    Alpha(f32),
    WindowPadding(ImVec2),
    WindowRounding(f32),
    WindowMinSize(ImVec2),
    ChildWindowRounding(f32),
    FramePadding(ImVec2),
    FrameRounding(f32),
    ItemSpacing(ImVec2),
    ItemInnerSpacing(ImVec2),
    IndentSpacing(f32),
    GrabMinSize(f32),
    ButtonTextAlign(ImVec2),
}

Variants

Trait Implementations

impl Copy for StyleVar
[src]

impl Clone for StyleVar
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StyleVar
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for StyleVar
[src]

[src]

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

[src]

This method tests for !=.