Struct gltf_json::extensions::animation::Animation[][src]

pub struct Animation {}

A keyframe animation.

Trait Implementations

impl Clone for Animation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Animation
[src]

Formats the value using the given formatter. Read more

impl Default for Animation
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Animation

impl Sync for Animation