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
sourceimpl<'q, Q> QueryMut<'q, Q> where
Q: Query,
impl<'q, Q> QueryMut<'q, Q> where
Q: Query,
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>
impl<'q, Q> Send for QueryMut<'q, Q>
impl<'q, Q> Sync for QueryMut<'q, Q>
impl<'q, Q> Unpin for QueryMut<'q, Q> where
<Q as Query>::Fetch: Unpin,
impl<'q, Q> !UnwindSafe for QueryMut<'q, Q>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more