Struct gl_utils::vertex::Vert3dScaleColor [−][src]
Fields
position: [f32; 3]
scale: [f32; 3]
color: [f32; 4]
Trait Implementations
impl Clone for Vert3dScaleColor
[src]
impl Clone for Vert3dScaleColor
fn clone(&self) -> Vert3dScaleColor
[src]
fn clone(&self) -> Vert3dScaleColor
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Vert3dScaleColor
[src]
impl Copy for Vert3dScaleColor
impl Debug for Vert3dScaleColor
[src]
impl Debug for Vert3dScaleColor
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for Vert3dScaleColor
[src]
impl Default for Vert3dScaleColor
fn default() -> Vert3dScaleColor
[src]
fn default() -> Vert3dScaleColor
Returns the "default value" for a type. Read more
impl Vertex for Vert3dScaleColor
impl Vertex for Vert3dScaleColor
fn build_bindings() -> VertexFormat
fn build_bindings() -> VertexFormat
Builds the VertexFormat
representing the layout of this element.
fn is_supported<C>(caps: &C) -> bool where
C: CapabilitiesSource + ?Sized,
fn is_supported<C>(caps: &C) -> bool where
C: CapabilitiesSource + ?Sized,
Returns true if the backend supports this vertex format.
Auto Trait Implementations
impl Send for Vert3dScaleColor
impl Send for Vert3dScaleColor
impl Sync for Vert3dScaleColor
impl Sync for Vert3dScaleColor