Struct lib2048::TilePos[][src]

pub struct TilePos(_, _);

Methods

impl TilePos
[src]

Trait Implementations

impl Eq for TilePos
[src]

impl PartialEq for TilePos
[src]

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

This method tests for !=.

impl Debug for TilePos
[src]

Formats the value using the given formatter. Read more

impl Copy for TilePos
[src]

impl Clone for TilePos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<(usize, usize)> for TilePos
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TilePos

impl Sync for TilePos