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