Struct collada::VertexWeight
[-] [+]
[src]
pub struct VertexWeight {
pub vertex: VertexIndex,
pub joint: JointIndex,
pub weight: WeightIndex,
}Fields
vertex | |
joint | |
weight |
pub struct VertexWeight {
pub vertex: VertexIndex,
pub joint: JointIndex,
pub weight: WeightIndex,
}vertex | |
joint | |
weight |
impl Clone for VertexWeightfn clone(&self) -> VertexWeightfn clone_from(&mut self, source: &Self)impl Copy for VertexWeightimpl Debug for VertexWeight
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).