mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 05:18:27 +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
|
/// Runtime data for styling/colors
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct ImGuiStyle {
|
pub struct ImGuiStyle {
|
||||||
/// Global alpha applies to everything in ImGui
|
/// Global alpha applies to everything in ImGui
|
||||||
pub alpha: c_float,
|
pub alpha: c_float,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user