pub struct Query<'w, T: Component> { /* private fields */ }Expand description
Shared read access to all entities with component T.
Implementations§
Trait Implementations§
Source§impl<T: Component> SystemParam for Query<'_, T>
impl<T: Component> SystemParam for Query<'_, T>
Auto Trait Implementations§
impl<'w, T> Freeze for Query<'w, T>
impl<'w, T> RefUnwindSafe for Query<'w, T>
impl<'w, T> Send for Query<'w, T>
impl<'w, T> Sync for Query<'w, T>
impl<'w, T> Unpin for Query<'w, T>
impl<'w, T> UnsafeUnpin for Query<'w, T>
impl<'w, T> UnwindSafe for Query<'w, T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more