pub struct ParticleContainerView<'a, T: RealType> { /* private fields */ }
Trait Implementations§
Source§impl<'a, T: RealType> ParticleContainerAccessor for ParticleContainerView<'a, T>
impl<'a, T: RealType> ParticleContainerAccessor for ParticleContainerView<'a, T>
Source§fn sources(&self) -> ArrayView2<'_, Self::FloatingPointType>
fn sources(&self) -> ArrayView2<'_, Self::FloatingPointType>
Return a non-owning representation of the sources.
Source§fn targets(&self) -> ArrayView2<'_, Self::FloatingPointType>
fn targets(&self) -> ArrayView2<'_, Self::FloatingPointType>
Return a non-owning representation of the targets.
type FloatingPointType = T
Auto Trait Implementations§
impl<'a, T> Freeze for ParticleContainerView<'a, T>
impl<'a, T> RefUnwindSafe for ParticleContainerView<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for ParticleContainerView<'a, T>
impl<'a, T> Sync for ParticleContainerView<'a, T>
impl<'a, T> Unpin for ParticleContainerView<'a, T>
impl<'a, T> UnwindSafe for ParticleContainerView<'a, T>where
T: RefUnwindSafe,
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