Struct tiled::Tile [] [src]

pub struct Tile {
    pub id: u32,
    pub images: Vec<Image>,
}

Fields

Trait Implementations

impl Debug for Tile
[src]

Formats the value using the given formatter.

impl PartialEq for Tile
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Tile
[src]