Struct rin::ecs::operators::SendSto[][src]

pub struct SendSto<'r, S>(_, _);

Implementations

impl<'a, 'r, S> SendSto<'a, S> where
    S: StorageRef<'r> + ReadOnlyStorage
[src]

pub fn get(
    &'r self,
    entity: &Entity
) -> Option<<S as StorageRef<'r>>::Component>
[src]

impl<'a, 'r, S> SendSto<'a, S> where
    S: StorageRef<'r>, 
[src]

pub fn get_mut(
    &'r mut self,
    entity: &Entity
) -> Option<<S as StorageRef<'r>>::Component>
[src]

impl<'a, 'r, S> SendSto<'a, S> where
    S: OptionStorage<'r> + StorageRef<'r> + IntoSendStorage<'r>,
    <S as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage
[src]

pub fn iter(&'r self) -> <S as OptionStorage<'r>>::Iter[src]

pub fn iter_for_entities<E>(
    &'r self,
    entities_iter: E
) -> <E as IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesIter where
    E: IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[src]

pub fn iter_for_entities_opt<E>(
    &'r self,
    entities_iter: E
) -> <E as IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesOptIter where
    E: IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[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 as OptionStorageMut<'r>>::IterMut[src]

pub fn iter_for_entities_mut<E>(
    &'r mut self,
    entities_iter: E
) -> <E as IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesIterMut where
    E: IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[src]

pub fn iter_for_entities_opt_mut<E>(
    &'r mut self,
    entities_iter: E
) -> <E as IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesOptIterMut where
    E: IntoEntitiesIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[src]

impl<'a, 'r, S> SendSto<'a, S> where
    S: ParOptionStorage<'r> + StorageRef<'r> + IntoSendStorage<'r>,
    <S as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage
[src]

pub fn par_iter(&'r self) -> <S as ParOptionStorage<'r>>::ParIter[src]

pub fn par_iter_for_entities<E>(
    &'r self,
    entities_iter: E
) -> <E as IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesParIter where
    E: IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[src]

pub fn par_iter_for_entities_opt<E>(
    &'r self,
    entities_iter: E
) -> <E as IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesOptParIter where
    E: IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[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 as ParOptionStorageMut<'r>>::ParIterMut[src]

pub fn par_iter_for_entities_mut<E>(
    &'r mut self,
    entities_iter: E
) -> <E as IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesParIterMut where
    E: IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[src]

pub fn par_iter_for_entities_opt_mut<E>(
    &'r mut self,
    entities_iter: E
) -> <E as IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>>::IntoEntitiesOptParIterMut where
    E: IntoEntitiesParIterator<'r, <S as IntoSendStorage<'r>>::SendStorage>, 
[src]

Auto Trait Implementations

impl<'r, S> !RefUnwindSafe for SendSto<'r, S>

impl<'r, S> Send for SendSto<'r, S> where
    S: Send

impl<'r, S> Sync for SendSto<'r, S> where
    S: Sync

impl<'r, S> Unpin for SendSto<'r, S> where
    S: Unpin

impl<'r, S> !UnwindSafe for SendSto<'r, S>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Any + Send + Sync
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<V> IntoPnt<V> for V[src]

impl<V> IntoVec<V> for V[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]