Struct ringraphics::vertex::Vertex3DColorNormal[][src]

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

Fields

Trait Implementations

impl Clone for Vertex3DColorNormal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex3DColorNormal
[src]

impl Debug for Vertex3DColorNormal
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex3DColorNormal
[src]

Important traits for Vec<u8>

impl Default for Vertex3DColorNormal
[src]

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

Auto Trait Implementations

impl Send for Vertex3DColorNormal

impl Sync for Vertex3DColorNormal