Struct rin::ecs::UniqueEntitiesIterWrapper [−][src]
pub struct UniqueEntitiesIterWrapper<I> { /* fields omitted */ }
Trait Implementations
impl<'a, S, I> IntoEntitiesIterator<'a, S> for UniqueEntitiesIterWrapper<I> where
I: Iterator<Item = &'a Entity>,
S: StorageRef<'a> + 'a,
[src]
impl<'a, S, I> IntoEntitiesIterator<'a, S> for UniqueEntitiesIterWrapper<I> where
I: Iterator<Item = &'a Entity>,
S: StorageRef<'a> + 'a,
[src]type IntoEntitiesIter = EntitiesComponentIter<'a, Copied<I>, S>
type IntoEntitiesIterMut = EntitiesComponentIter<'a, Copied<I>, S>
type IntoEntitiesOptIter = EntitiesComponentOptIter<'a, Copied<I>, S>
type IntoEntitiesOptIterMut = EntitiesComponentOptIter<'a, Copied<I>, S>
pub fn storage_entities_iter(
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesIter where
S: ReadOnlyStorage,
[src]
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesIter where
S: ReadOnlyStorage,
pub fn storage_entities_iter_mut(
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesIterMut
[src]
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesIterMut
pub fn storage_entities_opt_iter(
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesOptIter where
S: ReadOnlyStorage,
[src]
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesOptIter where
S: ReadOnlyStorage,
pub fn storage_entities_opt_iter_mut(
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesOptIterMut
[src]
self,
storage: Option<S>
) -> <UniqueEntitiesIterWrapper<I> as IntoEntitiesIterator<'a, S>>::IntoEntitiesOptIterMut
Auto Trait Implementations
impl<I> RefUnwindSafe for UniqueEntitiesIterWrapper<I> where
I: RefUnwindSafe,
I: RefUnwindSafe,
impl<I> Send for UniqueEntitiesIterWrapper<I> where
I: Send,
I: Send,
impl<I> Sync for UniqueEntitiesIterWrapper<I> where
I: Sync,
I: Sync,
impl<I> Unpin for UniqueEntitiesIterWrapper<I> where
I: Unpin,
I: Unpin,
impl<I> UnwindSafe for UniqueEntitiesIterWrapper<I> where
I: UnwindSafe,
I: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]