Struct ark_api::world::WorldEntityQuery
source · [−]pub struct WorldEntityQuery { /* private fields */ }
Expand description
A WorldEntityQuery
can be used to retrieve entities in the world
using various requirements.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for WorldEntityQuery
impl Send for WorldEntityQuery
impl Sync for WorldEntityQuery
impl Unpin for WorldEntityQuery
impl UnwindSafe for WorldEntityQuery
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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