Struct rin::ecs::operators::combined_unordered::StorageRef8[][src]

pub struct StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> { /* fields omitted */ }

Trait Implementations

impl<'a, S1, S2, S3, S4, S5, S6, S7, S8> FastIndexExt for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: FastIndexExt,
    S3: FastIndexExt,
    S4: FastIndexExt,
    S1: FastIndexExt,
    S5: FastIndexExt,
    S6: FastIndexExt,
    S7: FastIndexExt,
    S8: FastIndexExt
[src]

impl<'a, 'r, S1, S2, S3, S4, S5, S6, S7, S8> IntoSendStorage<'r> for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: IntoSendStorage<'r>,
    S3: IntoSendStorage<'r>,
    S4: IntoSendStorage<'r>,
    S1: IntoSendStorage<'r>,
    S5: IntoSendStorage<'r>,
    S6: IntoSendStorage<'r>,
    S7: IntoSendStorage<'r>,
    S8: IntoSendStorage<'r>, 
[src]

type SendStorage = StorageRef8<'a, <S1 as IntoSendStorage<'r>>::SendStorage, <S2 as IntoSendStorage<'r>>::SendStorage, <S3 as IntoSendStorage<'r>>::SendStorage, <S4 as IntoSendStorage<'r>>::SendStorage, <S5 as IntoSendStorage<'r>>::SendStorage, <S6 as IntoSendStorage<'r>>::SendStorage, <S7 as IntoSendStorage<'r>>::SendStorage, <S8 as IntoSendStorage<'r>>::SendStorage>

impl<'a, 'b, S1, S2, S3, S4, S5, S6, S7, S8> OptionStorage<'b> for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    S3: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    S4: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    S1: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    S5: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    S6: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    S7: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    S8: StorageRef<'b> + IntoSendStorage<'b> + ReadOnlyStorage,
    <S1 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage,
    <S2 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage,
    <S3 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage,
    <S4 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage,
    <S5 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage,
    <S6 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage,
    <S7 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage,
    <S8 as IntoSendStorage<'b>>::SendStorage: ReadOnlyStorage
[src]

type Iter = StorageIter<'b, StorageRef8<'b, <S1 as IntoSendStorage<'b>>::SendStorage, <S2 as IntoSendStorage<'b>>::SendStorage, <S3 as IntoSendStorage<'b>>::SendStorage, <S4 as IntoSendStorage<'b>>::SendStorage, <S5 as IntoSendStorage<'b>>::SendStorage, <S6 as IntoSendStorage<'b>>::SendStorage, <S7 as IntoSendStorage<'b>>::SendStorage, <S8 as IntoSendStorage<'b>>::SendStorage>>

impl<'a, 'b, S1, S2, S3, S4, S5, S6, S7, S8> OptionStorageMut<'b> for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: StorageRef<'b> + IntoSendStorage<'b>,
    S3: StorageRef<'b> + IntoSendStorage<'b>,
    S4: StorageRef<'b> + IntoSendStorage<'b>,
    S1: StorageRef<'b> + IntoSendStorage<'b>,
    S5: StorageRef<'b> + IntoSendStorage<'b>,
    S6: StorageRef<'b> + IntoSendStorage<'b>,
    S7: StorageRef<'b> + IntoSendStorage<'b>,
    S8: StorageRef<'b> + IntoSendStorage<'b>, 
[src]

type IterMut = StorageIterMut<'b, StorageRef8<'b, <S1 as IntoSendStorage<'b>>::SendStorage, <S2 as IntoSendStorage<'b>>::SendStorage, <S3 as IntoSendStorage<'b>>::SendStorage, <S4 as IntoSendStorage<'b>>::SendStorage, <S5 as IntoSendStorage<'b>>::SendStorage, <S6 as IntoSendStorage<'b>>::SendStorage, <S7 as IntoSendStorage<'b>>::SendStorage, <S8 as IntoSendStorage<'b>>::SendStorage>, <StorageRef8<'b, <S1 as IntoSendStorage<'b>>::SendStorage, <S2 as IntoSendStorage<'b>>::SendStorage, <S3 as IntoSendStorage<'b>>::SendStorage, <S4 as IntoSendStorage<'b>>::SendStorage, <S5 as IntoSendStorage<'b>>::SendStorage, <S6 as IntoSendStorage<'b>>::SendStorage, <S7 as IntoSendStorage<'b>>::SendStorage, <S8 as IntoSendStorage<'b>>::SendStorage> as StorageRef<'b>>::Component>

impl<'a, 'r, S1, S2, S3, S4, S5, S6, S7, S8> ParOptionStorage<'r> for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S3: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S4: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S1: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S5: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S6: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S7: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S8: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    <S1 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage,
    <S2 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage,
    <S3 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage,
    <S4 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage,
    <S5 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage,
    <S6 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage,
    <S7 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage,
    <S8 as IntoSendStorage<'r>>::SendStorage: ReadOnlyStorage
[src]

type ParIter = ParStorageIter<'r, <StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> as IntoSendStorage<'r>>::SendStorage>

impl<'a, 'r, S1, S2, S3, S4, S5, S6, S7, S8> ParOptionStorageMut<'r> for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S3: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S4: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S1: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S5: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S6: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S7: StorageRef<'r> + 'r + IntoSendStorage<'r>,
    S8: StorageRef<'r> + 'r + IntoSendStorage<'r>, 
[src]

type ParIterMut = ParStorageIter<'r, <StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> as IntoSendStorage<'r>>::SendStorage>

impl<'a, 'r, S1, S2, S3, S4, S5, S6, S7, S8> StorageRef<'r> for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: StorageRef<'r>,
    S3: StorageRef<'r>,
    S4: StorageRef<'r>,
    S1: StorageRef<'r>,
    S5: StorageRef<'r>,
    S6: StorageRef<'r>,
    S7: StorageRef<'r>,
    S8: StorageRef<'r>, 
[src]

type Data = (<S1 as StorageRef<'r>>::Data, <S2 as StorageRef<'r>>::Data, <S3 as StorageRef<'r>>::Data, <S4 as StorageRef<'r>>::Data, <S5 as StorageRef<'r>>::Data, <S6 as StorageRef<'r>>::Data, <S7 as StorageRef<'r>>::Data, <S8 as StorageRef<'r>>::Data)

type Component = (<S1 as StorageRef<'r>>::Component, <S2 as StorageRef<'r>>::Component, <S3 as StorageRef<'r>>::Component, <S4 as StorageRef<'r>>::Component, <S5 as StorageRef<'r>>::Component, <S6 as StorageRef<'r>>::Component, <S7 as StorageRef<'r>>::Component, <S8 as StorageRef<'r>>::Component)

impl<'a, S1, S2, S3, S4, S5, S6, S7, S8> ReadOnlyStorage for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S2: ReadOnlyStorage,
    S3: ReadOnlyStorage,
    S4: ReadOnlyStorage,
    S1: ReadOnlyStorage,
    S5: ReadOnlyStorage,
    S6: ReadOnlyStorage,
    S7: ReadOnlyStorage,
    S8: ReadOnlyStorage
[src]

Auto Trait Implementations

impl<'a, S1, S2, S3, S4, S5, S6, S7, S8> !RefUnwindSafe for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8>

impl<'a, S1, S2, S3, S4, S5, S6, S7, S8> Send for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S1: Send,
    S2: Send,
    S3: Send,
    S4: Send,
    S5: Send,
    S6: Send,
    S7: Send,
    S8: Send

impl<'a, S1, S2, S3, S4, S5, S6, S7, S8> Sync for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S1: Sync,
    S2: Sync,
    S3: Sync,
    S4: Sync,
    S5: Sync,
    S6: Sync,
    S7: Sync,
    S8: Sync

impl<'a, S1, S2, S3, S4, S5, S6, S7, S8> Unpin for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8> where
    S1: Unpin,
    S2: Unpin,
    S3: Unpin,
    S4: Unpin,
    S5: Unpin,
    S6: Unpin,
    S7: Unpin,
    S8: Unpin

impl<'a, S1, S2, S3, S4, S5, S6, S7, S8> !UnwindSafe for StorageRef8<'a, S1, S2, S3, S4, S5, S6, S7, S8>

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]