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§
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