Struct ringraphics::vertex::Vertex2DTexColor[][src]

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

Fields

Trait Implementations

impl Clone for Vertex2DTexColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex2DTexColor
[src]

impl Debug for Vertex2DTexColor
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex2DTexColor
[src]

Important traits for Vec<u8>

impl Default for Vertex2DTexColor
[src]

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

Auto Trait Implementations

impl Send for Vertex2DTexColor

impl Sync for Vertex2DTexColor