Struct collada::VertexWeight [] [src]

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

Fields

Trait Implementations

impl Debug for VertexWeight
[src]

Formats the value using the given formatter.

impl Copy for VertexWeight
[src]

impl Clone for VertexWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more