Struct rinecs::operators::SendSto [−][src]
pub struct SendSto<'r, S>(_, _);
Implementations
impl<'a, 'r, S> SendSto<'a, S> where
S: StorageRef<'r> + ReadOnlyStorage,
[src]
impl<'a, 'r, S> SendSto<'a, S> where
S: StorageRef<'r> + ReadOnlyStorage,
[src]impl<'a, 'r, S> SendSto<'a, S> where
S: StorageRef<'r>,
[src]
impl<'a, 'r, S> SendSto<'a, S> where
S: StorageRef<'r>,
[src]impl<'a, 'r, S> SendSto<'a, S> where
S: OptionStorage<'r> + StorageRef<'r> + IntoSendStorage<'r>,
S::SendStorage: ReadOnlyStorage,
[src]
impl<'a, 'r, S> SendSto<'a, S> where
S: OptionStorage<'r> + StorageRef<'r> + IntoSendStorage<'r>,
S::SendStorage: ReadOnlyStorage,
[src]pub fn iter(&'r self) -> S::Iter
[src]
pub fn iter_for_entities<E>(&'r self, entities_iter: E) -> E::IntoEntitiesIter where
E: IntoEntitiesIterator<'r, S::SendStorage>,
[src]
E: IntoEntitiesIterator<'r, S::SendStorage>,
pub fn iter_for_entities_opt<E>(
&'r self,
entities_iter: E
) -> E::IntoEntitiesOptIter where
E: IntoEntitiesIterator<'r, S::SendStorage>,
[src]
&'r self,
entities_iter: E
) -> E::IntoEntitiesOptIter where
E: IntoEntitiesIterator<'r, S::SendStorage>,
impl<'a, 'r, S> SendSto<'a, S> where
S: OptionStorageMut<'r> + StorageRef<'r> + IntoSendStorage<'r>,
[src]
impl<'a, 'r, S> SendSto<'a, S> where
S: OptionStorageMut<'r> + StorageRef<'r> + IntoSendStorage<'r>,
[src]pub fn iter_mut(&'r mut self) -> S::IterMut
[src]
pub fn iter_for_entities_mut<E>(
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesIterMut where
E: IntoEntitiesIterator<'r, S::SendStorage>,
[src]
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesIterMut where
E: IntoEntitiesIterator<'r, S::SendStorage>,
pub fn iter_for_entities_opt_mut<E>(
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesOptIterMut where
E: IntoEntitiesIterator<'r, S::SendStorage>,
[src]
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesOptIterMut where
E: IntoEntitiesIterator<'r, S::SendStorage>,
impl<'a, 'r, S> SendSto<'a, S> where
S: ParOptionStorage<'r> + StorageRef<'r> + IntoSendStorage<'r>,
S::SendStorage: ReadOnlyStorage,
[src]
impl<'a, 'r, S> SendSto<'a, S> where
S: ParOptionStorage<'r> + StorageRef<'r> + IntoSendStorage<'r>,
S::SendStorage: ReadOnlyStorage,
[src]pub fn par_iter(&'r self) -> S::ParIter
[src]
pub fn par_iter_for_entities<E>(
&'r self,
entities_iter: E
) -> E::IntoEntitiesParIter where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
[src]
&'r self,
entities_iter: E
) -> E::IntoEntitiesParIter where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
pub fn par_iter_for_entities_opt<E>(
&'r self,
entities_iter: E
) -> E::IntoEntitiesOptParIter where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
[src]
&'r self,
entities_iter: E
) -> E::IntoEntitiesOptParIter where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
impl<'a, 'r, S> SendSto<'a, S> where
S: ParOptionStorageMut<'r> + StorageRef<'r> + IntoSendStorage<'r>,
[src]
impl<'a, 'r, S> SendSto<'a, S> where
S: ParOptionStorageMut<'r> + StorageRef<'r> + IntoSendStorage<'r>,
[src]pub fn par_iter_mut(&'r mut self) -> S::ParIterMut
[src]
pub fn par_iter_for_entities_mut<E>(
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesParIterMut where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
[src]
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesParIterMut where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
pub fn par_iter_for_entities_opt_mut<E>(
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesOptParIterMut where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
[src]
&'r mut self,
entities_iter: E
) -> E::IntoEntitiesOptParIterMut where
E: IntoEntitiesParIterator<'r, S::SendStorage>,
Auto Trait Implementations
impl<'r, S> !RefUnwindSafe for SendSto<'r, S>
impl<'r, S> Send for SendSto<'r, S> where
S: Send,
S: Send,
impl<'r, S> Sync for SendSto<'r, S> where
S: Sync,
S: Sync,
impl<'r, S> Unpin for SendSto<'r, S> where
S: Unpin,
S: Unpin,