☰
Module util
Structs
Traits
Functions
?
Module
me3_framework
::
overlay
::
epaint
::
util
source
·
[
−
]
Structs
OrderedFloat
Wraps a floating-point value to add total order and hash. Possible types for
T
are
f32
and
f64
.
Traits
FloatOrd
Extension trait to provide
ord()
method.
Functions
hash
Hash the given value with a predictable hasher.
hash_with
Hash the given value with the given hasher.