pub struct QueryRef<'w, S> where
S: QuerySpec, { /* fields omitted */ }
Expand description
Borrow of the World for a Query. Required to obtain an iterator.
pub fn iter<'q>(&'q mut self) -> QueryIter<'q, S>ⓘ[src]
Create an iterator over the entities matching the query.
Executes the destructor for this type. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.