bevy/crates/bevy_reflect/src/impls
Lubba64 f9fbd08f9f
Implement Reflect for std::ops::Bound (#14861)
# Objective

- Fixes #14844

## Solution

- implement reflect using the `impl_reflect_value` macro

## Testing

- I wrote a test locally to understand and learn how reflection worked
on a basic level and to confirm that yes indeed the bound struct could
use the reflection traits that have been implemented for it.

note: I did remove a line that asked for bound to not have reflect
implemented in a test, since that's the point of this PR and the test
worked without the line so I am not sure what that was about, not sure
if that uncovers a deeper issue or not.
2024-08-22 23:01:38 +00:00
..
glam.rs reflection: replace impl_reflect_struct with impl_reflect (#11437) 2024-01-30 14:39:01 +00:00
petgraph.rs Implement the AnimationGraph, allowing for multiple animations to be blended together. (#11989) 2024-03-07 20:22:42 +00:00
smallvec.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
smol_str.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
std.rs Implement Reflect for std::ops::Bound (#14861) 2024-08-22 23:01:38 +00:00
uuid.rs Disentangle bevy_utils/bevy_core's reexported dependencies (#12313) 2024-03-07 02:30:15 +00:00