bevy
0.14.0
In bevy::utils
Modules
futures
hashbrown
prelude
synccell
syncunsafecell
tracing
Macros
all_tuples
all_tuples_with_size
debug_once
detailed_trace
error_once
info_once
once
trace_once
warn_once
Structs
AHasher
Duration
EntityHash
EntityHasher
FixedState
Hashed
Instant
NoOpHash
OnDrop
Parallel
PassHash
PassHasher
RandomState
SystemTime
SystemTimeError
TryFromFloatSecsError
Enums
CowArc
Traits
ConditionalSend
ConditionalSendFuture
PreHashMapExt
Functions
dbg
default
error
get_short_name
info
warn
Type Aliases
BoxedFuture
EntityHashMap
EntityHashSet
Entry
HashMap
HashSet
PreHashMap
StableHashMap
StableHashSet
TypeIdMap
?
Settings
Macro
bevy
::
utils
::
once
Copy item path
source
·
[
−
]
macro_rules!
once { (
$expression
:expr) => { ... }; }
Expand description
Call some expression only once per call site.