Add Clone to ImGuiStyle

This commit is contained in:
Tad Hardesty 2018-08-31 23:52:23 -07:00
parent c5c9d6ff30
commit 7ddcbee1b3

View File

@ -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,