egui
0.30.0
Module id
Structs
Type Aliases
In crate egui
Module
egui
::
id
Copy item path
source
·
[
−
]
Structs
§
Build
IdHasher
Id
egui tracks widgets frame-to-frame using
Id
s.
IdHasher
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.