bevy/crates/bevy_reflect/src
recatek 87b63af864
bevy_reflect: Adding support for Atomic values (#14419)
Fixes #14418

Note that this does not add AtomicPtr, which would need its own special
casing support, just the regular value types.
Also, I was forced to be opinionated about which Ordering to use, so I
chose SeqCst as the strictest by default.
2024-07-29 23:33:18 +00:00
..
enums bevy_reflect: Nested TypeInfo getters (#13321) 2024-07-15 00:40:07 +00:00
func bevy_reflect: Improve DynamicFunction ergonomics (#14201) 2024-07-16 13:01:52 +00:00
impls bevy_reflect: Adding support for Atomic values (#14419) 2024-07-29 23:33:18 +00:00
path Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
serde Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
array.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
attributes.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
fields.rs bevy_reflect: Nested TypeInfo getters (#13321) 2024-07-15 00:40:07 +00:00
from_reflect.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
lib.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
list.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
map.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
reflect.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
set.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
tuple_struct.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
tuple.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
type_info.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
type_path.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
type_registry.rs Apply Clippy lints regarding lazy evaluation and closures (#14015) 2024-07-01 15:54:40 +00:00
utility.rs bevy_reflect: Nested TypeInfo getters (#13321) 2024-07-15 00:40:07 +00:00