Struct imgui_sys::ImGuiStyle[][src]

#[repr(C)]
pub struct ImGuiStyle {
Show 41 fields pub Alpha: f32, pub DisabledAlpha: f32, pub WindowPadding: ImVec2, pub WindowRounding: f32, pub WindowBorderSize: f32, pub WindowMinSize: ImVec2, pub WindowTitleAlign: ImVec2, pub WindowMenuButtonPosition: ImGuiDir, pub ChildRounding: f32, pub ChildBorderSize: f32, pub PopupRounding: f32, pub PopupBorderSize: f32, pub FramePadding: ImVec2, pub FrameRounding: f32, pub FrameBorderSize: f32, pub ItemSpacing: ImVec2, pub ItemInnerSpacing: ImVec2, pub CellPadding: ImVec2, pub TouchExtraPadding: ImVec2, pub IndentSpacing: f32, pub ColumnsMinSpacing: f32, pub ScrollbarSize: f32, pub ScrollbarRounding: f32, pub GrabMinSize: f32, pub GrabRounding: f32, pub LogSliderDeadzone: f32, pub TabRounding: f32, pub TabBorderSize: f32, pub TabMinWidthForCloseButton: f32, pub ColorButtonPosition: ImGuiDir, pub ButtonTextAlign: ImVec2, pub SelectableTextAlign: ImVec2, pub DisplayWindowPadding: ImVec2, pub DisplaySafeAreaPadding: ImVec2, pub MouseCursorScale: f32, pub AntiAliasedLines: bool, pub AntiAliasedLinesUseTex: bool, pub AntiAliasedFill: bool, pub CurveTessellationTol: f32, pub CircleTessellationMaxError: f32, pub Colors: [ImVec4; 53],
}

Fields

Alpha: f32DisabledAlpha: f32WindowPadding: ImVec2WindowRounding: f32WindowBorderSize: f32WindowMinSize: ImVec2WindowTitleAlign: ImVec2WindowMenuButtonPosition: ImGuiDirChildRounding: f32ChildBorderSize: f32PopupRounding: f32PopupBorderSize: f32FramePadding: ImVec2FrameRounding: f32FrameBorderSize: f32ItemSpacing: ImVec2ItemInnerSpacing: ImVec2CellPadding: ImVec2TouchExtraPadding: ImVec2IndentSpacing: f32ColumnsMinSpacing: f32ScrollbarSize: f32ScrollbarRounding: f32GrabMinSize: f32GrabRounding: f32LogSliderDeadzone: f32TabRounding: f32TabBorderSize: f32TabMinWidthForCloseButton: f32ColorButtonPosition: ImGuiDirButtonTextAlign: ImVec2SelectableTextAlign: ImVec2DisplayWindowPadding: ImVec2DisplaySafeAreaPadding: ImVec2MouseCursorScale: f32AntiAliasedLines: boolAntiAliasedLinesUseTex: boolAntiAliasedFill: boolCurveTessellationTol: f32CircleTessellationMaxError: f32Colors: [ImVec4; 53]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.