Crate egui_struct

source ·
Expand description

Crate consists of 4 traits (EguiStructImut & EguiStruct: EguiStructEq+EguiStructClone) and two derive macros (EguiStruct to derive EguiStructImut & EguiStruct to derive the other three).

See demo

Macros§

Structs§

Enums§

  • Config structure for mutable view of Numerics
  • Config structure for mutable view of String
  • Config structure for immutable view of many simple types like str, String & numerics

Traits§

Derive Macros§

  • Derive EguiStruct, EguiStructClone & EguiStructEq for struct/enum
  • Derive EguiStructImut for struct/enum