Struct rin_scene::geometry::AnimatedGeometry [−][src]
Fields
geom: Vec<T>
changed: bool
Trait Implementations
impl<T: Clone + 'static> Clone for AnimatedGeometry<T>
[src]
impl<T: Clone + 'static> Clone for AnimatedGeometry<T>
[src]fn clone(&self) -> AnimatedGeometry<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: 'static> Component for AnimatedGeometry<T>
[src]
impl<T: 'static> Component for AnimatedGeometry<T>
[src]impl<T: 'static> Debug for AnimatedGeometry<T>
[src]
impl<T: 'static> Debug for AnimatedGeometry<T>
[src]impl<'a, T: 'static> DebugParameter for AnimatedGeometry<T>
[src]
impl<'a, T: 'static> DebugParameter for AnimatedGeometry<T>
[src]fn debug<S: Serializer>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
[src]
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>
Auto Trait Implementations
impl<T> RefUnwindSafe for AnimatedGeometry<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for AnimatedGeometry<T> where
T: Send,
T: Send,
impl<T> Sync for AnimatedGeometry<T> where
T: Sync,
T: Sync,
impl<T> Unpin for AnimatedGeometry<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for AnimatedGeometry<T> where
T: UnwindSafe,
T: UnwindSafe,
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]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<C> ComponentSend for C where
C: Component + Send,
[src]
C: Component + Send,
impl<C> ComponentThreadLocal for C where
C: Component,
[src]
C: Component,