Struct ringraphics::vertex::Vertex2DColor[][src]

#[repr(C)]
pub struct Vertex2DColor { pub position: Vec2, pub color: Rgba<f32>, }

Fields

Trait Implementations

impl Clone for Vertex2DColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex2DColor
[src]

impl Debug for Vertex2DColor
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex2DColor
[src]

Important traits for Vec<u8>

impl Default for Vertex2DColor
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Vertex2DColor

impl Sync for Vertex2DColor