Enum gltf::animation::TrsProperty
[−]
[src]
pub enum TrsProperty {
Translation,
Rotation,
Scale,
Weights,
}Specifies a TRS property.
Variants
TranslationXYZ translation vector.
RotationXYZW rotation quaternion.
ScaleXYZ scale vector.
WeightsWeights of morph targets.
Trait Implementations
impl Copy for TrsProperty[src]
impl Clone for TrsProperty[src]
fn clone(&self) -> TrsProperty[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for TrsProperty[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.
impl<'de> Deserialize<'de> for TrsProperty[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<TrsProperty, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<TrsProperty, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,