Struct assimp_sys::AiMeshMorphKey [] [src]

#[repr(C)]
pub struct AiMeshMorphKey { pub time: c_double, pub values: *mut c_uint, pub weights: *mut c_double, pub num_values_and_weights: c_uint, }

Fields

Trait Implementations

impl Clone for AiMeshMorphKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AiMeshMorphKey
[src]

impl Debug for AiMeshMorphKey
[src]

[src]

Formats the value using the given formatter.