pub struct DensityFieldSpatialExtractor;Trait Implementations§
Source§impl SpatialExtractor for DensityFieldSpatialExtractor
impl SpatialExtractor for DensityFieldSpatialExtractor
type SpatialObject = DensityFieldSpatialObject
fn extract<const LOCKING: bool>( world: &World, ) -> impl Iterator<Item = (Entity, Self::SpatialObject)>
Auto Trait Implementations§
impl Freeze for DensityFieldSpatialExtractor
impl RefUnwindSafe for DensityFieldSpatialExtractor
impl Send for DensityFieldSpatialExtractor
impl Sync for DensityFieldSpatialExtractor
impl Unpin for DensityFieldSpatialExtractor
impl UnsafeUnpin for DensityFieldSpatialExtractor
impl UnwindSafe for DensityFieldSpatialExtractor
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