Struct ms3d::Vertex [] [src]

pub struct Vertex {
    pub flags: Flags,
    pub vertex: [f32; 3],
    pub bone_id: i8,
    pub reference_count: u8,
}

Fields

Trait Implementations

impl Clone for Vertex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Vertex
[src]

[src]

Formats the value using the given formatter.