mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Add Clone to ImGuiStyle
This commit is contained in:
parent
c5c9d6ff30
commit
7ddcbee1b3
@ -545,6 +545,7 @@ impl Into<(f32, f32, f32, f32)> for ImVec4 {
|
||||
|
||||
/// Runtime data for styling/colors
|
||||
#[repr(C)]
|
||||
#[derive(Clone)]
|
||||
pub struct ImGuiStyle {
|
||||
/// Global alpha applies to everything in ImGui
|
||||
pub alpha: c_float,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user