We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
into_inner
ReflectMut
1 parent 1477765 commit 3431335Copy full SHA for 3431335
crates/bevy_ecs/src/change_detection.rs
@@ -197,3 +197,5 @@ pub struct ReflectMut<'a> {
197
198
#[cfg(feature = "bevy_reflect")]
199
change_detection_impl!(ReflectMut<'a>, dyn Reflect,);
200
+#[cfg(feature = "bevy_reflect")]
201
+impl_into_inner!(ReflectMut<'a>, dyn Reflect,);
0 commit comments