Struct rin::scene::animation::EntityWithPath [−][src]
pub struct EntityWithPath<'a> { /* fields omitted */ }
Implementations
Trait Implementations
impl<'a> DataAccesses for EntityWithPath<'a>
[src]
impl<'a> DataAccesses for EntityWithPath<'a>
[src]impl<'a, '_filter_lifetimed_> Filter<'_filter_lifetimed_> for EntityWithPath<'a>
[src]
impl<'a, '_filter_lifetimed_> Filter<'_filter_lifetimed_> for EntityWithPath<'a>
[src]type Lifetimed = EntityWithPath<'_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, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)> for EntityWithPath<'a>
[src]
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, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)> for EntityWithPath<'a>
[src]pub fn filter_from(
t: (<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, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)
) -> EntityWithPath<'a>
[src]
t: (<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, CurrentPosition> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::ComponentsRef, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::ComponentsRef)
) -> EntityWithPath<'a>
impl<'a> FromComponent<'a, EntityWithPath<'a>> for EntityWithPath<'a>
[src]
impl<'a> FromComponent<'a, EntityWithPath<'a>> for EntityWithPath<'a>
[src]pub fn from_component(component: EntityWithPath<'a>) -> EntityWithPath<'a>
[src]
impl<'a> UnorderedData<'a> for EntityWithPath<'a>
[src]
impl<'a> UnorderedData<'a> for EntityWithPath<'a>
[src]type Iter = FilterIter<'a, EntityWithPath<'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, CurrentPosition> as UnorderedData<'a>>::Storage, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Storage, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>
type IterMut = FilterIter<'a, EntityWithPath<'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, CurrentPosition> as UnorderedData<'a>>::Storage, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Storage, <Not<'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, CurrentPosition> as UnorderedData<'a>>::Components, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Components, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Components)
type ComponentsRef = EntityWithPath<'a>
type Storage = FilterStorage<'a, EntityWithPath<'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, CurrentPosition> as UnorderedData<'a>>::Storage, <WriteOption<'a, SkinningUpToDate> as UnorderedData<'a>>::Storage, <Not<'a, ReynoldsPathInfo> as UnorderedData<'a>>::Storage)>
pub fn query_mask<E>(entities: &E) -> Bitmask where
E: EntitiesStorage,
[src]
E: EntitiesStorage,
pub fn into_iter<E>(
entities: &'a E
) -> <EntityWithPath<'a> as UnorderedData<'a>>::Iter where
E: EntitiesStorage,
[src]
entities: &'a E
) -> <EntityWithPath<'a> as UnorderedData<'a>>::Iter where
E: EntitiesStorage,
pub fn into_iter_mut<E>(
entities: &'a E
) -> <EntityWithPath<'a> as UnorderedData<'a>>::IterMut where
E: EntitiesStorage,
[src]
entities: &'a E
) -> <EntityWithPath<'a> as UnorderedData<'a>>::IterMut where
E: EntitiesStorage,
pub fn storage<E>(
entities: &'a E
) -> Option<<EntityWithPath<'a> as UnorderedData<'a>>::Storage> where
E: EntitiesStorage,
[src]
entities: &'a E
) -> Option<<EntityWithPath<'a> as UnorderedData<'a>>::Storage> where
E: EntitiesStorage,
impl<'a> SafeIter<'a> for EntityWithPath<'a> where
Write<'a, Node>: SafeIter<'a>,
Write<'a, Path>: SafeIter<'a>,
ReadOption<'a, Speed>: SafeIter<'a>,
ReadOption<'a, Delta>: SafeIter<'a>,
Write<'a, CurrentPosition>: SafeIter<'a>,
WriteOption<'a, SkinningUpToDate>: SafeIter<'a>,
Not<'a, ReynoldsPathInfo>: SafeIter<'a>,
[src]
Write<'a, Node>: SafeIter<'a>,
Write<'a, Path>: SafeIter<'a>,
ReadOption<'a, Speed>: SafeIter<'a>,
ReadOption<'a, Delta>: SafeIter<'a>,
Write<'a, CurrentPosition>: SafeIter<'a>,
WriteOption<'a, SkinningUpToDate>: SafeIter<'a>,
Not<'a, ReynoldsPathInfo>: SafeIter<'a>,
impl<'a> SafeStreamingIter<'a> for EntityWithPath<'a> where
Write<'a, Node>: SafeStreamingIter<'a>,
[src]
Write<'a, Node>: SafeStreamingIter<'a>,
Auto Trait Implementations
impl<'a> RefUnwindSafe for EntityWithPath<'a>
impl<'a> Send for EntityWithPath<'a>
impl<'a> Sync for EntityWithPath<'a>
impl<'a> Unpin for EntityWithPath<'a>
impl<'a> !UnwindSafe for EntityWithPath<'a>
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]