Struct rin::scene::animation::path_follower::EntityWithPathMut [−][src]
pub struct EntityWithPathMut<'a> { /* fields omitted */ }
Implementations
impl<'a> EntityWithPathMut<'a>
[src]
impl<'a> EntityWithPathMut<'a>
[src]pub fn arrived(&self) -> bool
[src]
pub fn speed(&self) -> Option<f32>
[src]
pub fn set_speed(&mut self, speed: f32) -> Result<(), Error>
[src]
pub fn reset_current_position(&mut self)
[src]
pub fn path(&self) -> &Path
[src]
pub fn path_mut(&mut self) -> &mut Path
[src]
pub fn transformation(&self) -> &Node
[src]
pub fn transformation_mut(&mut self) -> &mut Node
[src]
Trait Implementations
impl<'a> DataAccesses for EntityWithPathMut<'a>
[src]
impl<'a> DataAccesses for EntityWithPathMut<'a>
[src]impl<'a, '_filter_lifetimed_> Filter<'_filter_lifetimed_> for EntityWithPathMut<'a>
[src]
impl<'a, '_filter_lifetimed_> Filter<'_filter_lifetimed_> for EntityWithPathMut<'a>
[src]type Lifetimed = EntityWithPathMut<'_filter_lifetimed_>
impl<'a> FilterFrom<(<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'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 EntityWithPathMut<'a>
[src]
impl<'a> FilterFrom<(<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'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 EntityWithPathMut<'a>
[src]pub fn filter_from(
t: (<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'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)
) -> EntityWithPathMut<'a>
[src]
t: (<Write<'a, Node> as UnorderedData<'a>>::ComponentsRef, <Write<'a, Path> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'a, Speed> as UnorderedData<'a>>::ComponentsRef, <WriteOption<'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)
) -> EntityWithPathMut<'a>
impl<'a> FromComponent<'a, EntityWithPathMut<'a>> for EntityWithPathMut<'a>
[src]
impl<'a> FromComponent<'a, EntityWithPathMut<'a>> for EntityWithPathMut<'a>
[src]pub fn from_component(component: EntityWithPathMut<'a>) -> EntityWithPathMut<'a>
[src]
impl<'a> UnorderedData<'a> for EntityWithPathMut<'a>
[src]
impl<'a> UnorderedData<'a> for EntityWithPathMut<'a>
[src]type Iter = FilterIter<'a, EntityWithPathMut<'a>, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <WriteOption<'a, Speed> as UnorderedData<'a>>::Storage, <WriteOption<'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, EntityWithPathMut<'a>, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <WriteOption<'a, Speed> as UnorderedData<'a>>::Storage, <WriteOption<'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, <WriteOption<'a, Speed> as UnorderedData<'a>>::Components, <WriteOption<'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 = EntityWithPathMut<'a>
type Storage = FilterStorage<'a, EntityWithPathMut<'a>, (<Write<'a, Node> as UnorderedData<'a>>::Storage, <Write<'a, Path> as UnorderedData<'a>>::Storage, <WriteOption<'a, Speed> as UnorderedData<'a>>::Storage, <WriteOption<'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
) -> <EntityWithPathMut<'a> as UnorderedData<'a>>::Iter where
E: EntitiesStorage,
[src]
entities: &'a E
) -> <EntityWithPathMut<'a> as UnorderedData<'a>>::Iter where
E: EntitiesStorage,
pub fn into_iter_mut<E>(
entities: &'a E
) -> <EntityWithPathMut<'a> as UnorderedData<'a>>::IterMut where
E: EntitiesStorage,
[src]
entities: &'a E
) -> <EntityWithPathMut<'a> as UnorderedData<'a>>::IterMut where
E: EntitiesStorage,
pub fn storage<E>(
entities: &'a E
) -> Option<<EntityWithPathMut<'a> as UnorderedData<'a>>::Storage> where
E: EntitiesStorage,
[src]
entities: &'a E
) -> Option<<EntityWithPathMut<'a> as UnorderedData<'a>>::Storage> where
E: EntitiesStorage,
impl<'a> SafeIter<'a> for EntityWithPathMut<'a> where
Write<'a, Node>: SafeIter<'a>,
Write<'a, Path>: SafeIter<'a>,
WriteOption<'a, Speed>: SafeIter<'a>,
WriteOption<'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>,
WriteOption<'a, Speed>: SafeIter<'a>,
WriteOption<'a, Delta>: SafeIter<'a>,
Write<'a, CurrentPosition>: SafeIter<'a>,
WriteOption<'a, SkinningUpToDate>: SafeIter<'a>,
Not<'a, ReynoldsPathInfo>: SafeIter<'a>,
impl<'a> SafeStreamingIter<'a> for EntityWithPathMut<'a> where
Write<'a, Node>: SafeStreamingIter<'a>,
[src]
Write<'a, Node>: SafeStreamingIter<'a>,
Auto Trait Implementations
impl<'a> RefUnwindSafe for EntityWithPathMut<'a>
impl<'a> Send for EntityWithPathMut<'a>
impl<'a> Sync for EntityWithPathMut<'a>
impl<'a> Unpin for EntityWithPathMut<'a>
impl<'a> !UnwindSafe for EntityWithPathMut<'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]