Struct assimp_sys::AiMeshKey
[−]
[src]
pub struct AiMeshKey {
pub time: c_double,
pub value: c_uint,
}Fields
time: c_double
value: c_uint
Trait Implementations
impl Debug for AiMeshKey[src]
impl Copy for AiMeshKey[src]
impl Clone for AiMeshKey[src]
fn clone(&self) -> AiMeshKey
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