Struct assimp_sys::AiVectorKey [] [src]

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

Fields

Trait Implementations

impl Clone for AiVectorKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AiVectorKey
[src]

impl Debug for AiVectorKey
[src]

Formats the value using the given formatter.