Struct ms3d::VertexEx3 [] [src]

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

Fields

Trait Implementations

impl Clone for VertexEx3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VertexEx3
[src]

[src]

Formats the value using the given formatter.