Struct ringraphics::vertex::Vertex2DTex[][src]

#[repr(C)]
pub struct Vertex2DTex { pub position: Vec2, pub texcoord: Vec2, }

Fields

Trait Implementations

impl Clone for Vertex2DTex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex2DTex
[src]

impl Debug for Vertex2DTex
[src]

Formats the value using the given formatter. Read more

impl VertexFormat for Vertex2DTex
[src]

Important traits for Vec<u8>

impl Default for Vertex2DTex
[src]

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

Auto Trait Implementations

impl Send for Vertex2DTex

impl Sync for Vertex2DTex