Struct assimp_sys::AiVectorKey [] [src]

pub struct AiVectorKey {
    pub time: c_double,
    pub value: AiVector3D,
}

Fields

time: c_double value: AiVector3D

Trait Implementations

impl Debug for AiVectorKey
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for AiVectorKey
[src]

impl Clone for AiVectorKey
[src]

fn clone(&self) -> AiVectorKey

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more