☰
Trait Tile
Required Methods
copy_to_block
new_tile
Implementors
Other items in
gba_dvd
::
tiles
All crates
?
Trait
gba_dvd
::
tiles
::
Tile
[
−
]
[src]
pub trait Tile { fn
new_tile
() -> Self;
fn
copy_to_block
(self, ind: usize); }
Required methods
[src]
fn
new_tile
() -> Self
[src]
fn
copy_to_block
(self, ind: usize)
Implementors
[src]
impl
Tile
for
Tile4bpp
[src]
impl
Tile
for
Tile8bpp