Trait gba_dvd::tiles::Tile[][src]

pub trait Tile {
    fn new_tile() -> Self;
fn copy_to_block(self, ind: usize); }

Required methods

Implementors