Struct ms3d::KeyFrameRot [] [src]

pub struct KeyFrameRot {
    pub time: f32,
    pub rotation: [f32; 3],
}

Fields

Trait Implementations

impl Clone for KeyFrameRot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for KeyFrameRot
[src]

[src]

Formats the value using the given formatter.