pub enum ImGuiStyleVec2 {
WindowPadding = 2,
WindowMinSize = 5,
WindowTitleAlign = 6,
FramePadding = 11,
ItemSpacing = 14,
ItemInnerSpacing = 15,
CellPadding = 17,
ButtonTextAlign = 24,
SelectableTextAlign = 25,
SeparatorTextAlign = 27,
SeparatorTextPadding = 28,
}Variants§
WindowPadding = 2
WindowMinSize = 5
WindowTitleAlign = 6
FramePadding = 11
ItemSpacing = 14
ItemInnerSpacing = 15
CellPadding = 17
ButtonTextAlign = 24
SelectableTextAlign = 25
SeparatorTextAlign = 27
SeparatorTextPadding = 28
Trait Implementations§
Source§impl Clone for ImGuiStyleVec2
impl Clone for ImGuiStyleVec2
Source§fn clone(&self) -> ImGuiStyleVec2
fn clone(&self) -> ImGuiStyleVec2
Returns a copy 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 ImGuiStyleVec2
impl Debug for ImGuiStyleVec2
Source§impl PartialEq for ImGuiStyleVec2
impl PartialEq for ImGuiStyleVec2
impl Copy for ImGuiStyleVec2
impl StructuralPartialEq for ImGuiStyleVec2
Auto Trait Implementations§
impl Freeze for ImGuiStyleVec2
impl RefUnwindSafe for ImGuiStyleVec2
impl Send for ImGuiStyleVec2
impl Sync for ImGuiStyleVec2
impl Unpin for ImGuiStyleVec2
impl UnwindSafe for ImGuiStyleVec2
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