Struct allegro_primitives::Vertex [] [src]

pub struct Vertex {
    pub x: f32,
    pub y: f32,
    pub z: f32,
    pub u: f32,
    pub v: f32,
    pub color: Color,
}

Fields

x: f32 y: f32 z: f32 u: f32 v: f32 color: Color

Trait Implementations

impl Clone for Vertex
[src]

fn clone(&self) -> Vertex

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Vertex
[src]