Struct ringraphics::vertex::Vertex3DColor[][src]

#[repr(C)]
pub struct Vertex3DColor { pub position: Vec3, pub color: Rgba<f32>, pub pad: f32, }

Fields

Trait Implementations

impl Clone for Vertex3DColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex3DColor
[src]

impl Debug for Vertex3DColor
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex3DColor
[src]

Important traits for Vec<u8>

impl Default for Vertex3DColor
[src]

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

Auto Trait Implementations

impl Send for Vertex3DColor

impl Sync for Vertex3DColor