Struct ms3d::VertexEx2 [] [src]

pub struct VertexEx2 {
    pub bone_ids: [i8; 3],
    pub weights: [u8; 3],
    pub extra: u32,
}

Fields

Trait Implementations

impl Clone for VertexEx2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VertexEx2
[src]

[src]

Formats the value using the given formatter.