Enum easy_imgui::StyleVar
source · #[repr(i32)]pub enum StyleVar {
Show 28 variants
Alpha = 0,
DisabledAlpha = 1,
WindowPadding = 2,
WindowRounding = 3,
WindowBorderSize = 4,
WindowMinSize = 5,
WindowTitleAlign = 6,
ChildRounding = 7,
ChildBorderSize = 8,
PopupRounding = 9,
PopupBorderSize = 10,
FramePadding = 11,
FrameRounding = 12,
FrameBorderSize = 13,
ItemSpacing = 14,
ItemInnerSpacing = 15,
IndentSpacing = 16,
CellPadding = 17,
ScrollbarSize = 18,
ScrollbarRounding = 19,
GrabMinSize = 20,
GrabRounding = 21,
TabRounding = 22,
ButtonTextAlign = 24,
SelectableTextAlign = 25,
SeparatorTextBorderSize = 26,
SeparatorTextAlign = 27,
SeparatorTextPadding = 28,
}
Variants§
Alpha = 0
DisabledAlpha = 1
WindowPadding = 2
WindowRounding = 3
WindowBorderSize = 4
WindowMinSize = 5
WindowTitleAlign = 6
ChildRounding = 7
ChildBorderSize = 8
PopupRounding = 9
PopupBorderSize = 10
FramePadding = 11
FrameRounding = 12
FrameBorderSize = 13
ItemSpacing = 14
ItemInnerSpacing = 15
IndentSpacing = 16
CellPadding = 17
ScrollbarSize = 18
ScrollbarRounding = 19
GrabMinSize = 20
GrabRounding = 21
TabRounding = 22
ButtonTextAlign = 24
SelectableTextAlign = 25
SeparatorTextBorderSize = 26
SeparatorTextAlign = 27
SeparatorTextPadding = 28
Implementations§
Trait Implementations§
source§impl Ord for StyleVar
impl Ord for StyleVar
source§impl PartialEq for StyleVar
impl PartialEq for StyleVar
source§impl PartialOrd for StyleVar
impl PartialOrd for StyleVar
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for StyleVar
impl Eq for StyleVar
impl StructuralEq for StyleVar
impl StructuralPartialEq for StyleVar
Auto Trait Implementations§
impl RefUnwindSafe for StyleVar
impl Send for StyleVar
impl Sync for StyleVar
impl Unpin for StyleVar
impl UnwindSafe for StyleVar
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more