Struct rinecs::operators::combined_unordered::StorageRef3 [−][src]
pub struct StorageRef3<'a, S1, S2, S3> { /* fields omitted */ }
Trait Implementations
impl<'a, S1, S2, S3> FastIndexExt for StorageRef3<'a, S1, S2, S3> where
S1: FastIndexExt,
S2: FastIndexExt,
S3: FastIndexExt,
[src]
impl<'a, S1, S2, S3> FastIndexExt for StorageRef3<'a, S1, S2, S3> where
S1: FastIndexExt,
S2: FastIndexExt,
S3: FastIndexExt,
[src]type FastIndex = (S1::FastIndex, S2::FastIndex, S3::FastIndex)
type StaticTypeId = (S1::StaticTypeId, S2::StaticTypeId, S3::StaticTypeId)
fn fast_index(&self, guid: usize) -> Self::FastIndex
[src]
impl<'a, 'r, S1, S2, S3> IntoSendStorage<'r> for StorageRef3<'a, S1, S2, S3> where
S1: IntoSendStorage<'r>,
S2: IntoSendStorage<'r>,
S3: IntoSendStorage<'r>,
[src]
impl<'a, 'r, S1, S2, S3> IntoSendStorage<'r> for StorageRef3<'a, S1, S2, S3> where
S1: IntoSendStorage<'r>,
S2: IntoSendStorage<'r>,
S3: IntoSendStorage<'r>,
[src]type SendStorage = StorageRef3<'a, S1::SendStorage, S2::SendStorage, S3::SendStorage>
fn into_send_storage(&'r mut self) -> Self::SendStorage
[src]
impl<'a, 'b, S1, S2, S3> OptionStorage<'b> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
S1::SendStorage: ReadOnlyStorage,
S2: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
S2::SendStorage: ReadOnlyStorage,
S3: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
S3::SendStorage: ReadOnlyStorage,
[src]
impl<'a, 'b, S1, S2, S3> OptionStorage<'b> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
S1::SendStorage: ReadOnlyStorage,
S2: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
S2::SendStorage: ReadOnlyStorage,
S3: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
S3::SendStorage: ReadOnlyStorage,
[src]type Iter = StorageIter<'b, StorageRef3<'b, <S1 as IntoSendStorage<'b>>::SendStorage, <S2 as IntoSendStorage<'b>>::SendStorage, <S3 as IntoSendStorage<'b>>::SendStorage>>
fn iter(this: Option<&'b Self>) -> Self::Iter
[src]
fn iter_for_entities<E>(
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesIter where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesIter where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
fn iter_for_entities_opt<E>(
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesOptIter where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesOptIter where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
impl<'a, 'b, S1, S2, S3> OptionStorageMut<'b> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'b> + IntoSendStorage<'b>,
S2: StorageRef<'b> + IntoSendStorage<'b>,
S3: StorageRef<'b> + IntoSendStorage<'b>,
[src]
impl<'a, 'b, S1, S2, S3> OptionStorageMut<'b> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'b> + IntoSendStorage<'b>,
S2: StorageRef<'b> + IntoSendStorage<'b>,
S3: StorageRef<'b> + IntoSendStorage<'b>,
[src]type IterMut = StorageIterMut<'b, StorageRef3<'b, <S1 as IntoSendStorage<'b>>::SendStorage, <S2 as IntoSendStorage<'b>>::SendStorage, <S3 as IntoSendStorage<'b>>::SendStorage>, <StorageRef3<'b, <S1 as IntoSendStorage<'b>>::SendStorage, <S2 as IntoSendStorage<'b>>::SendStorage, <S3 as IntoSendStorage<'b>>::SendStorage> as StorageRef<'b>>::Component>
fn iter_mut(this: Option<&'b mut Self>) -> Self::IterMut
[src]
fn iter_for_entities_mut<E>(
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesIterMut where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesIterMut where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
fn iter_for_entities_opt_mut<E>(
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesOptIterMut where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesOptIterMut where
E: IntoEntitiesIterator<'r, Self::SendStorage>,
impl<'a, 'r, S1, S2, S3> ParOptionStorage<'r> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'r> + 'r,
S2: StorageRef<'r> + 'r,
S3: StorageRef<'r> + 'r,
S1: IntoSendStorage<'r>,
S2: IntoSendStorage<'r>,
S3: IntoSendStorage<'r>,
S1::SendStorage: ReadOnlyStorage,
S2::SendStorage: ReadOnlyStorage,
S3::SendStorage: ReadOnlyStorage,
[src]
impl<'a, 'r, S1, S2, S3> ParOptionStorage<'r> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'r> + 'r,
S2: StorageRef<'r> + 'r,
S3: StorageRef<'r> + 'r,
S1: IntoSendStorage<'r>,
S2: IntoSendStorage<'r>,
S3: IntoSendStorage<'r>,
S1::SendStorage: ReadOnlyStorage,
S2::SendStorage: ReadOnlyStorage,
S3::SendStorage: ReadOnlyStorage,
[src]type ParIter = ParStorageIter<'r, Self::SendStorage>
fn par_iter(this: Option<&'r Self>) -> Self::ParIter
[src]
fn par_iter_for_entities<E>(
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesParIter where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesParIter where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
fn par_iter_for_entities_opt<E>(
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesOptParIter where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r Self>,
entities_iter: E
) -> E::IntoEntitiesOptParIter where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
impl<'a, 'r, S1, S2, S3> ParOptionStorageMut<'r> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'r> + 'r,
S2: StorageRef<'r> + 'r,
S3: StorageRef<'r> + 'r,
S1: IntoSendStorage<'r>,
S2: IntoSendStorage<'r>,
S3: IntoSendStorage<'r>,
[src]
impl<'a, 'r, S1, S2, S3> ParOptionStorageMut<'r> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'r> + 'r,
S2: StorageRef<'r> + 'r,
S3: StorageRef<'r> + 'r,
S1: IntoSendStorage<'r>,
S2: IntoSendStorage<'r>,
S3: IntoSendStorage<'r>,
[src]type ParIterMut = ParStorageIter<'r, Self::SendStorage>
fn par_iter_mut(this: Option<&'r mut Self>) -> Self::ParIterMut
[src]
fn par_iter_for_entities_mut<E>(
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesParIterMut where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesParIterMut where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
fn par_iter_for_entities_opt_mut<E>(
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesOptParIterMut where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
[src]
this: Option<&'r mut Self>,
entities_iter: E
) -> E::IntoEntitiesOptParIterMut where
E: IntoEntitiesParIterator<'r, Self::SendStorage>,
impl<'a, 'r, S1, S2, S3> StorageRef<'r> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'r>,
S2: StorageRef<'r>,
S3: StorageRef<'r>,
[src]
impl<'a, 'r, S1, S2, S3> StorageRef<'r> for StorageRef3<'a, S1, S2, S3> where
S1: StorageRef<'r>,
S2: StorageRef<'r>,
S3: StorageRef<'r>,
[src]type Data = (<S1 as StorageRef<'r>>::Data, <S2 as StorageRef<'r>>::Data, <S3 as StorageRef<'r>>::Data)
type Component = (<S1 as StorageRef<'r>>::Component, <S2 as StorageRef<'r>>::Component, <S3 as StorageRef<'r>>::Component)
unsafe fn get_fast_unchecked(
&'r mut self,
idx: Self::FastIndex
) -> Self::Component
[src]
&'r mut self,
idx: Self::FastIndex
) -> Self::Component
unsafe fn get_unchecked(&'r mut self, guid: usize) -> Self::Component
[src]
fn contains(&self, guid: usize) -> bool
[src]
fn get(&'r mut self, entity: &Entity) -> Option<Self::Component>
[src]
impl<'a, S1, S2, S3> ReadOnlyStorage for StorageRef3<'a, S1, S2, S3> where
S1: ReadOnlyStorage,
S2: ReadOnlyStorage,
S3: ReadOnlyStorage,
[src]
S1: ReadOnlyStorage,
S2: ReadOnlyStorage,
S3: ReadOnlyStorage,
Auto Trait Implementations
impl<'a, S1, S2, S3> !RefUnwindSafe for StorageRef3<'a, S1, S2, S3>
impl<'a, S1, S2, S3> Send for StorageRef3<'a, S1, S2, S3> where
S1: Send,
S2: Send,
S3: Send,
S1: Send,
S2: Send,
S3: Send,
impl<'a, S1, S2, S3> Sync for StorageRef3<'a, S1, S2, S3> where
S1: Sync,
S2: Sync,
S3: Sync,
S1: Sync,
S2: Sync,
S3: Sync,
impl<'a, S1, S2, S3> Unpin for StorageRef3<'a, S1, S2, S3> where
S1: Unpin,
S2: Unpin,
S3: Unpin,
S1: Unpin,
S2: Unpin,
S3: Unpin,