Enum assimp_sys::AiMorphingMethod [] [src]

#[repr(C)]
pub enum AiMorphingMethod { VertexBlend, MorphNormalized, MorphRelative, }

Variants

Trait Implementations

impl Clone for AiMorphingMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiMorphingMethod
[src]

impl Debug for AiMorphingMethod
[src]

Formats the value using the given formatter.

impl Eq for AiMorphingMethod
[src]

impl PartialEq for AiMorphingMethod
[src]

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

This method tests for !=.