Struct blender_armature::Keyframe[][src]

pub struct Keyframe { /* fields omitted */ }

The pose bones at an individual keyframe time

Trait Implementations

impl Debug for Keyframe
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Keyframe
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Keyframe

impl Sync for Keyframe