Enum gltf::animation::Property [−][src]
pub enum Property {
Translation,
Rotation,
Scale,
MorphTargetWeights,
}Specifies a property to animate.
Variants
TranslationXYZ translation vector.
RotationXYZW rotation quaternion.
ScaleXYZ scale vector.
MorphTargetWeightsWeights of morph targets.
Trait Implementations
impl Serialize for Property[src]
impl Serialize for Propertyfn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, [src]
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer, Serialize this value into the given Serde serializer. Read more
impl Clone for Property[src]
impl Clone for Propertyfn clone(&self) -> Property[src]
fn clone(&self) -> PropertyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Property[src]
impl Debug for Propertyfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for Property[src]
impl Copy for Propertyimpl<'de> Deserialize<'de> for Property[src]
impl<'de> Deserialize<'de> for Propertyfn deserialize<__D>(
__deserializer: __D
) -> Result<Property, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<Property, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more