Struct oxygengine_core::ecs::QueryMut
source · [−]pub struct QueryMut<'q, Q>where
Q: Query,{ /* private fields */ }
Expand description
A query builder that’s convertible directly into an iterator
Implementations
Trait Implementations
sourceimpl<'q, Q> IntoIterator for QueryMut<'q, Q>where
Q: Query,
impl<'q, Q> IntoIterator for QueryMut<'q, Q>where
Q: Query,
Auto Trait Implementations
impl<'q, Q> RefUnwindSafe for QueryMut<'q, Q>where
<Q as Query>::Fetch: RefUnwindSafe,
impl<'q, Q> Send for QueryMut<'q, Q>where
<<Q as Query>::Fetch as Fetch<'q>>::Item: Send,
impl<'q, Q> Sync for QueryMut<'q, Q>where
<<Q as Query>::Fetch as Fetch<'q>>::Item: Send,
impl<'q, Q> Unpin for QueryMut<'q, Q>where
<Q as Query>::Fetch: Unpin,
impl<'q, Q> UnwindSafe for QueryMut<'q, Q>where
<Q as Query>::Fetch: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more