mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 19:13:08 +00:00
b07b2f524e
# Objective - The `DetectChanges` trait is used for types that detect change on mutable access (such as `ResMut`, `Mut`, etc...) - `DetectChanges` was not implemented for `NonSendMut` ## Solution - implement `NonSendMut` in terms of `DetectChanges` |
||
---|---|---|
.. | ||
commands.rs | ||
exclusive_system.rs | ||
function_system.rs | ||
mod.rs | ||
query.rs | ||
system.rs | ||
system_chaining.rs | ||
system_param.rs |