Struct gba_dvd::tiles::Tile8bpp [−][src]
pub struct Tile8bpp(pub [u32; 16]);
Tuple Fields
0: [u32; 16]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tile8bpp
impl Send for Tile8bpp
impl Sync for Tile8bpp
impl Unpin for Tile8bpp
impl UnwindSafe for Tile8bpp
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.