Enum gltf::animation::Property[][src]

pub enum Property {
    Translation,
    Rotation,
    Scale,
    MorphTargetWeights,
}

Specifies a property to animate.

Variants

XYZ translation vector.

XYZW rotation quaternion.

XYZ scale vector.

Weights of morph targets.

Trait Implementations

impl Clone for Property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Property
[src]

Formats the value using the given formatter. Read more

impl Copy for Property
[src]

impl Eq for Property
[src]

impl PartialEq<Property> for Property
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for Property
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for Property
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Property

impl Sync for Property