Struct collada::VertexWeight [-] [+] [src]

pub struct VertexWeight {
    pub vertex: VertexIndex,
    pub joint: JointIndex,
    pub weight: WeightIndex,
}

Fields

vertex
joint
weight

Trait Implementations

Derived Implementations

impl Clone for VertexWeight

fn clone(&self) -> VertexWeight

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

impl Copy for VertexWeight

impl Debug for VertexWeight

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