egui
0.31.0
Module id
Module Items
Structs
Type Aliases
In crate egui
egui
Module
id
Copy item path
source
Structs
§
Id
egui tracks widgets frame-to-frame using
Id
s.
Type Aliases
§
IdMap
IdMap<V>
is a
HashMap<Id, V>
optimized by knowing that
Id
has good entropy, and doesn’t need more hashing.
IdSet
IdSet
is a
HashSet<Id>
optimized by knowing that
Id
has good entropy, and doesn’t need more hashing.