Skip to main content

bevy_reflect/impls/bevy_platform/
sync.rs

1use bevy_reflect_derive::{impl_reflect_opaque, impl_type_path};
2
3impl_reflect_opaque!(::bevy_platform::sync::Arc<T: Send + Sync + ?Sized>(Clone));
4impl_type_path!(::bevy_platform::sync::Mutex<T>);