Struct ringraphics::vertex::Vertex3DTexColor[][src]

#[repr(C)]
pub struct Vertex3DTexColor { pub position: Vec3, pub texcoord: Vec2, pub color: Rgba<f32>, pub pad: [f32; 7], }

Fields

Trait Implementations

impl Clone for Vertex3DTexColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex3DTexColor
[src]

impl Debug for Vertex3DTexColor
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex3DTexColor
[src]

Important traits for Vec<u8>

impl Default for Vertex3DTexColor
[src]

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

Auto Trait Implementations

impl Send for Vertex3DTexColor

impl Sync for Vertex3DTexColor