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 VertexWeight
fn clone(&self) -> VertexWeight
fn clone_from(&mut self, source: &Self)
impl Copy for VertexWeight
impl 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
).