Enum gltf_json::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 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 Copy for Property[src]
impl Copy for Propertyimpl Debug for Property[src]
impl Debug for Propertyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Property[src]
impl Eq for Propertyimpl PartialEq for Property[src]
impl PartialEq for Propertyfn eq(&self, other: &Property) -> bool[src]
fn eq(&self, other: &Property) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Serialize for Property[src]
impl Serialize for Property