Struct rin::scene::animation::path_follower::EntityWithReynoldsPath[][src]

pub struct EntityWithReynoldsPath<'a> { /* fields omitted */ }

Implementations

impl<'a> EntityWithReynoldsPath<'a>[src]

pub fn arrived(&self) -> bool[src]

Trait Implementations

impl<'a> DataAccesses for EntityWithReynoldsPath<'a>[src]

impl<'a, '_filter_lifetimed_> Filter<'_filter_lifetimed_> for EntityWithReynoldsPath<'a>[src]

type Lifetimed = EntityWithReynoldsPath<'_filter_lifetimed_>

impl<'a> FilterFrom<(<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <ReadOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <ReadOption<'a, Delta> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Velocity> as UnorderedData<'a>>::ComponentsRef, <Write<'a, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <Read<'a, PathLookUpDistance> as UnorderedData<'a>>::ComponentsRef, <Read<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)> for EntityWithReynoldsPath<'a>[src]

impl<'a> FromComponent<'a, EntityWithReynoldsPath<'a>> for EntityWithReynoldsPath<'a>[src]

impl<'a> UnorderedData<'a> for EntityWithReynoldsPath<'a>[src]

type Iter = FilterIter<'a, EntityWithReynoldsPath<'a>, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <ReadOption<'a, Speed> as UnorderedData<'a>>::Storage, <ReadOption<'a, Delta> as UnorderedData<'a>>::Storage, <Write<'a, Velocity> as UnorderedData<'a>>::Storage, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Storage, <Read<'a, PathLookUpDistance> as UnorderedData<'a>>::Storage, <Read<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>

type IterMut = FilterIter<'a, EntityWithReynoldsPath<'a>, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <ReadOption<'a, Speed> as UnorderedData<'a>>::Storage, <ReadOption<'a, Delta> as UnorderedData<'a>>::Storage, <Write<'a, Velocity> as UnorderedData<'a>>::Storage, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Storage, <Read<'a, PathLookUpDistance> as UnorderedData<'a>>::Storage, <Read<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>

type Components = (<Write<'a, Node> as UnorderedData<'a>>::Components, <Write<'a, Path> as UnorderedData<'a>>::Components, <ReadOption<'a, Speed> as UnorderedData<'a>>::Components, <ReadOption<'a, Delta> as UnorderedData<'a>>::Components, <Write<'a, Velocity> as UnorderedData<'a>>::Components, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Components, <Read<'a, PathLookUpDistance> as UnorderedData<'a>>::Components, <Read<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Components)

type ComponentsRef = EntityWithReynoldsPath<'a>

type Storage = FilterStorage<'a, EntityWithReynoldsPath<'a>, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <ReadOption<'a, Speed> as UnorderedData<'a>>::Storage, <ReadOption<'a, Delta> as UnorderedData<'a>>::Storage, <Write<'a, Velocity> as UnorderedData<'a>>::Storage, <Write<'a, CurrentPosition> as UnorderedData<'a>>::Storage, <Read<'a, PathLookUpDistance> as UnorderedData<'a>>::Storage, <Read<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>

impl<'a> SafeIter<'a> for EntityWithReynoldsPath<'a> where
    Write<'a, Node>: SafeIter<'a>,
    Write<'a, Path>: SafeIter<'a>,
    ReadOption<'a, Speed>: SafeIter<'a>,
    ReadOption<'a, Delta>: SafeIter<'a>,
    Write<'a, Velocity>: SafeIter<'a>,
    Write<'a, CurrentPosition>: SafeIter<'a>,
    Read<'a, PathLookUpDistance>: SafeIter<'a>,
    Read<'a, ReynoldsPathInfo>: SafeIter<'a>, 
[src]

impl<'a> SafeStreamingIter<'a> for EntityWithReynoldsPath<'a> where
    Write<'a, Node>: SafeStreamingIter<'a>, 
[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for EntityWithReynoldsPath<'a>

impl<'a> Send for EntityWithReynoldsPath<'a>

impl<'a> Sync for EntityWithReynoldsPath<'a>

impl<'a> Unpin for EntityWithReynoldsPath<'a>

impl<'a> !UnwindSafe for EntityWithReynoldsPath<'a>

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]