Struct gl_utils::vertex::Vert2dTile[][src]

pub struct Vert2dTile {
    pub row: i32,
    pub column: i32,
    pub tile: u8,
}

Fields

Trait Implementations

impl Clone for Vert2dTile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vert2dTile
[src]

impl Debug for Vert2dTile
[src]

Formats the value using the given formatter. Read more

impl Default for Vert2dTile
[src]

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

impl Vertex for Vert2dTile

Builds the VertexFormat representing the layout of this element.

Returns true if the backend supports this vertex format.

Auto Trait Implementations

impl Send for Vert2dTile

impl Sync for Vert2dTile