Struct gl_utils::vertex::Vert2d [−][src]
Fields
position: [f32; 2]
Trait Implementations
impl Clone for Vert2d
[src]
impl Clone for Vert2d
fn clone(&self) -> Vert2d
[src]
fn clone(&self) -> Vert2d
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 Vert2d
[src]
impl Copy for Vert2d
impl Debug for Vert2d
[src]
impl Debug for Vert2d
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 Vert2d
[src]
impl Default for Vert2d
impl Vertex for Vert2d
impl Vertex for Vert2d
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.