pub struct SpatialPartitioningPlugin<const LOCKING: bool, Extractor: SpatialExtractor>(/* private fields */);Implementations§
Source§impl<const LOCKING: bool, Extractor: SpatialExtractor> SpatialPartitioningPlugin<LOCKING, Extractor>
impl<const LOCKING: bool, Extractor: SpatialExtractor> SpatialPartitioningPlugin<LOCKING, Extractor>
Auto Trait Implementations§
impl<const LOCKING: bool, Extractor> Freeze for SpatialPartitioningPlugin<LOCKING, Extractor>
impl<const LOCKING: bool, Extractor> RefUnwindSafe for SpatialPartitioningPlugin<LOCKING, Extractor>
impl<const LOCKING: bool, Extractor> Send for SpatialPartitioningPlugin<LOCKING, Extractor>
impl<const LOCKING: bool, Extractor> Sync for SpatialPartitioningPlugin<LOCKING, Extractor>
impl<const LOCKING: bool, Extractor> Unpin for SpatialPartitioningPlugin<LOCKING, Extractor>
impl<const LOCKING: bool, Extractor> UnwindSafe for SpatialPartitioningPlugin<LOCKING, Extractor>
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