☰
bevy_internal
0.13.0
Module value
Structs
Enums
In bevy_internal::scene::ron
?
Module
bevy_internal
::
scene
::
ron
::
value
source
·
[
−
]
Expand description
Value module.
Structs
Float
A wrapper for
f64
, which guarantees that the inner value is finite and thus implements
Eq
,
Hash
and
Ord
.
Map
A
Value
to
Value
map.
Enums
Number
A wrapper for a number, which can be either
f64
or
i64
.
Value