Enum imgui_sys::ImGuiStyleVar [−][src]
#[repr(C)]pub enum ImGuiStyleVar { Alpha, WindowPadding, WindowRounding, WindowBorderSize, WindowMinSize, ChildRounding, ChildBorderSize, PopupRounding, PopupBorderSize, FramePadding, FrameRounding, FrameBorderSize, ItemSpacing, ItemInnerSpacing, IndentSpacing, GrabMinSize, ButtonTextAlign, }
A variable identifier for styling
Variants
AlphaWindowPaddingWindowRoundingWindowBorderSizeWindowMinSizeChildRoundingChildBorderSizePopupRoundingPopupBorderSizeFramePaddingFrameRoundingFrameBorderSizeItemSpacingItemInnerSpacingIndentSpacingGrabMinSizeButtonTextAlign
Trait Implementations
impl Copy for ImGuiStyleVar[src]
impl Copy for ImGuiStyleVarimpl Clone for ImGuiStyleVar[src]
impl Clone for ImGuiStyleVarfn clone(&self) -> ImGuiStyleVar[src]
fn clone(&self) -> ImGuiStyleVarReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ImGuiStyleVar[src]
impl Debug for ImGuiStyleVarfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ImGuiStyleVar[src]
impl PartialEq for ImGuiStyleVarfn eq(&self, other: &ImGuiStyleVar) -> bool[src]
fn eq(&self, other: &ImGuiStyleVar) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ImGuiStyleVar[src]
impl Eq for ImGuiStyleVarAuto Trait Implementations
impl Send for ImGuiStyleVar
impl Send for ImGuiStyleVarimpl Sync for ImGuiStyleVar
impl Sync for ImGuiStyleVar