Struct assimp_sys::AiQuatKey [] [src]

#[repr(C)]
pub struct AiQuatKey { pub time: c_double, pub value: AiQuaternion, }

Fields

Trait Implementations

impl Clone for AiQuatKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiQuatKey
[src]

impl Debug for AiQuatKey
[src]

Formats the value using the given formatter.