Struct gl_utils::vertex::Vert3dScaleColor[][src]

pub struct Vert3dScaleColor {
    pub position: [f32; 3],
    pub scale: [f32; 3],
    pub color: [f32; 4],
}

Fields

Trait Implementations

impl Clone for Vert3dScaleColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vert3dScaleColor
[src]

impl Debug for Vert3dScaleColor
[src]

Formats the value using the given formatter. Read more

impl Default for Vert3dScaleColor
[src]

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

impl Vertex for Vert3dScaleColor

Builds the VertexFormat representing the layout of this element.

Returns true if the backend supports this vertex format.

Auto Trait Implementations

impl Send for Vert3dScaleColor

impl Sync for Vert3dScaleColor