Struct rin::ecs::storage::autochanged::AutoChanged[][src]

pub struct AutoChanged<S, T> { /* fields omitted */ }

Trait Implementations

impl<'a, S, T> AutoChangedStorageExt<'a> for AutoChanged<S, T> where
    T: Component,
    S: Storage<'a, T>,
    <S as Storage<'a, T>>::Get: HasChanged
[src]

impl<'a, S, T> ChangedStorageExt<'a> for AutoChanged<S, T> where
    T: Component,
    S: Storage<'a, T>,
    <S as Storage<'a, T>>::Get: HasChanged
[src]

impl<'a, S, T> HierarchicalStorage<'a, T> for AutoChanged<S, T> where
    T: 'a + Component,
    S: HierarchicalStorage<'a, T>,
    <S as Storage<'a, T>>::GetMut: Changes
[src]

impl<'a, S, T> OneToNStorage<'a, T> for AutoChanged<S, T> where
    T: 'a + Component,
    S: OneToNStorage<'a, T>,
    <S as Storage<'a, T>>::GetMut: Changes
[src]

impl<'a, T, S> ParStorage<'a, T> for AutoChanged<S, T> where
    T: 'a + Component + Sync + Send,
    S: ParStorage<'a, T> + Storage<'a, T>,
    <S as Storage<'a, T>>::Get: Send,
    <S as Storage<'a, T>>::GetMut: Changes,
    <S as Storage<'a, T>>::GetMut: Send
[src]

type ParIter = <S as ParStorage<'a, T>>::ParIter

type ParIterMut = <S as ParStorage<'a, T>>::ParIterMut

impl<'a, T, S> Storage<'a, T> for AutoChanged<S, T> where
    T: 'a + Component,
    S: Storage<'a, T>,
    <S as Storage<'a, T>>::GetMut: Changes
[src]

type Get = <S as Storage<'a, T>>::Get

type GetMut = <S as Storage<'a, T>>::GetMut

type DerefTarget = <S as Storage<'a, T>>::DerefTarget

type IdedIter = <S as Storage<'a, T>>::IdedIter

type Iter = <S as Storage<'a, T>>::Iter

type IterMut = <S as Storage<'a, T>>::IterMut

Auto Trait Implementations

impl<S, T> RefUnwindSafe for AutoChanged<S, T> where
    S: RefUnwindSafe,
    T: RefUnwindSafe

impl<S, T> Send for AutoChanged<S, T> where
    S: Send,
    T: Send

impl<S, T> Sync for AutoChanged<S, T> where
    S: Sync,
    T: Sync

impl<S, T> Unpin for AutoChanged<S, T> where
    S: Unpin,
    T: Unpin

impl<S, T> UnwindSafe for AutoChanged<S, T> where
    S: UnwindSafe,
    T: UnwindSafe

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]