Struct oxygengine_core::ecs::commands::QueryMut [−][src]
pub struct QueryMut<'q, Q> where
Q: Query, { /* fields omitted */ }
Expand description
A query builder that’s convertible directly into an iterator
Implementations
Transform the query into one that requires a certain component without borrowing it
See QueryBorrow::with