Struct gl_utils::vertex::Vert2dTile [−][src]
Fields
row: i32
column: i32
tile: u8
Trait Implementations
impl Clone for Vert2dTile
[src]
impl Clone for Vert2dTile
fn clone(&self) -> Vert2dTile
[src]
fn clone(&self) -> Vert2dTile
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 Vert2dTile
[src]
impl Copy for Vert2dTile
impl Debug for Vert2dTile
[src]
impl Debug for Vert2dTile
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 Vert2dTile
[src]
impl Default for Vert2dTile
fn default() -> Vert2dTile
[src]
fn default() -> Vert2dTile
Returns the "default value" for a type. Read more
impl Vertex for Vert2dTile
impl Vertex for Vert2dTile
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 Vert2dTile
impl Send for Vert2dTile
impl Sync for Vert2dTile
impl Sync for Vert2dTile