Docs.rs
egui-0.34.3
egui 0.34.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
emilk
rerunio
Dependencies
accesskit ^0.24.0
normal
ahash ^0.8.12
normal
backtrace ^0.3.76
normal
optional
bitflags ^2.9.4
normal
document-features ^0.2.11
normal
optional
emath ^0.34.3
normal
epaint ^0.34.3
normal
log ^0.4.28
normal
nohash-hasher ^0.2.0
normal
profiling ^1.0.17
normal
ron ^0.12.0
normal
optional
serde ^1.0.228
normal
optional
smallvec ^1.15.1
normal
unicode-segmentation ^1.12.0
normal
Versions
74.91%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module id_type_map
egui
0.34.3
Module id_
type_
map
Module Items
Structs
Traits
In egui::
util
egui
::
util
Module
id_
type_
map
Copy item path
Source
Structs
§
IdType
Map
Stores values identified by an
Id
AND the
std::any::TypeId
of the value.
RawKey
The key used in
IdTypeMap
, which is a combination of an
Id
and a
TypeId
.
TypeId
Like
std::any::TypeId
, but can be serialized and deserialized.
Traits
§
Serializable
Any