#[repr(C)]pub struct GB_sgb_border_t {
pub tiles: [u8; 8192],
pub raw_data: [u16; 1088],
}Fields§
§tiles: [u8; 8192]§raw_data: [u16; 1088]Trait Implementations§
Source§impl Clone for GB_sgb_border_t
impl Clone for GB_sgb_border_t
Source§fn clone(&self) -> GB_sgb_border_t
fn clone(&self) -> GB_sgb_border_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GB_sgb_border_t
impl Debug for GB_sgb_border_t
impl Copy for GB_sgb_border_t
Auto Trait Implementations§
impl Freeze for GB_sgb_border_t
impl RefUnwindSafe for GB_sgb_border_t
impl Send for GB_sgb_border_t
impl Sync for GB_sgb_border_t
impl Unpin for GB_sgb_border_t
impl UnwindSafe for GB_sgb_border_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more