Struct gba_dvd::tiles::Tile4bpp [−][src]
pub struct Tile4bpp(pub [u32; 8]);
Tuple Fields
0: [u32; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tile4bpp
impl Send for Tile4bpp
impl Sync for Tile4bpp
impl Unpin for Tile4bpp
impl UnwindSafe for Tile4bpp
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.