#[repr(C)]pub enum ImGuiStyleVar {
Show 22 variants
Alpha = 0,
WindowPadding = 1,
WindowRounding = 2,
WindowBorderSize = 3,
WindowMinSize = 4,
WindowTitleAlign = 5,
ChildRounding = 6,
ChildBorderSize = 7,
PopupRounding = 8,
PopupBorderSize = 9,
FramePadding = 10,
FrameRounding = 11,
FrameBorderSize = 12,
ItemSpacing = 13,
ItemInnerSpacing = 14,
IndentSpacing = 15,
ScrollbarSize = 16,
ScrollbarRounding = 17,
GrabMinSize = 18,
GrabRounding = 19,
ButtonTextAlign = 20,
COUNT = 21,
}Variants§
Alpha = 0
WindowPadding = 1
WindowRounding = 2
WindowBorderSize = 3
WindowMinSize = 4
WindowTitleAlign = 5
ChildRounding = 6
ChildBorderSize = 7
PopupRounding = 8
PopupBorderSize = 9
FramePadding = 10
FrameRounding = 11
FrameBorderSize = 12
ItemSpacing = 13
ItemInnerSpacing = 14
IndentSpacing = 15
ScrollbarSize = 16
ScrollbarRounding = 17
GrabMinSize = 18
GrabRounding = 19
ButtonTextAlign = 20
COUNT = 21
Trait Implementations§
Source§impl Clone for ImGuiStyleVar
impl Clone for ImGuiStyleVar
Source§fn clone(&self) -> ImGuiStyleVar
fn clone(&self) -> ImGuiStyleVar
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImGuiStyleVar
impl Debug for ImGuiStyleVar
Source§impl PartialEq for ImGuiStyleVar
impl PartialEq for ImGuiStyleVar
impl Copy for ImGuiStyleVar
impl Eq for ImGuiStyleVar
impl StructuralPartialEq for ImGuiStyleVar
Auto Trait Implementations§
impl Freeze for ImGuiStyleVar
impl RefUnwindSafe for ImGuiStyleVar
impl Send for ImGuiStyleVar
impl Sync for ImGuiStyleVar
impl Unpin for ImGuiStyleVar
impl UnwindSafe for ImGuiStyleVar
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