Struct rin::ecs::RefN[][src]

pub struct RefN<'a, T, R> where
    R: UnorderedData<'a>, 
{ /* fields omitted */ }

Trait Implementations

impl<'a, T, R> DataAccesses for RefN<'a, T, R> where
    T: OneToNComponent,
    R: UnorderedData<'a> + DataAccesses,
    <T as Component>::Storage: for<'b> OneToNStorage<'b, T>,
    <R as UnorderedData<'a>>::Storage: IntoSendStorage<'a>, 
[src]

impl<'a, T, R> Deref for RefN<'a, T, R> where
    R: UnorderedData<'a>, 
[src]

type Target = RefCollection<'a, T, <R as UnorderedData<'a>>::ComponentsRef>

The resulting type after dereferencing.

impl<'a, T, R> DerefMut for RefN<'a, T, R> where
    R: UnorderedData<'a>, 
[src]

impl<'a, T, R> FromComponent<'a, RefCollection<'a, T, <R as UnorderedData<'a>>::ComponentsRef>> for RefN<'a, T, R> where
    R: UnorderedData<'a>, 
[src]

impl<'a, T, R> UnorderedData<'a> for RefN<'a, T, R> where
    T: OneToNComponent,
    R: UnorderedData<'a> + 'a,
    <R as UnorderedData<'a>>::Storage: StorageRef<'a>,
    <T as Component>::Storage: for<'b> OneToNStorage<'b, T>, 
[src]

type Iter = RefIntoIter<'a, T, R>

type IterMut = RefIntoIterMut<'a, T, R>

type Components = <R as UnorderedData<'a>>::Components

type ComponentsRef = RefCollection<'a, T, <<R as UnorderedData<'a>>::Storage as StorageRef<'a>>::Component>

type Storage = RefNStorage<'a, T, ReadGuardRef<'a, <T as Component>::Storage>, R, <R as UnorderedData<'a>>::Storage, LazyIndexGuard<'a>>

impl<'a, T, R> SafeIter<'a> for RefN<'a, T, R> where
    R: UnorderedData<'a> + ReadOnlyOp<'a>,
    <R as UnorderedData<'a>>::Storage: IntoSendStorage<'a>, 
[src]

impl<'a, T, R> SafeStreamingIter<'a> for RefN<'a, T, R> where
    R: UnorderedData<'a>,
    <R as UnorderedData<'a>>::Storage: IntoSendStorage<'a>, 
[src]

Auto Trait Implementations

impl<'a, T, R> !RefUnwindSafe for RefN<'a, T, R>

impl<'a, T, R> !Send for RefN<'a, T, R>

impl<'a, T, R> !Sync for RefN<'a, T, R>

impl<'a, T, R> Unpin for RefN<'a, T, R>

impl<'a, T, R> !UnwindSafe for RefN<'a, T, R>

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> 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]