#[repr(C)]pub struct GB_cartridge_t {
pub mbc_type: GB_cartridge_t__bindgen_ty_1,
pub has_ram: bool,
pub has_battery: bool,
pub has_rtc: bool,
pub has_rumble: bool,
}Fields§
§mbc_type: GB_cartridge_t__bindgen_ty_1§has_ram: bool§has_battery: bool§has_rtc: bool§has_rumble: boolTrait Implementations§
Source§impl Clone for GB_cartridge_t
impl Clone for GB_cartridge_t
Source§fn clone(&self) -> GB_cartridge_t
fn clone(&self) -> GB_cartridge_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_cartridge_t
impl Debug for GB_cartridge_t
impl Copy for GB_cartridge_t
Auto Trait Implementations§
impl Freeze for GB_cartridge_t
impl RefUnwindSafe for GB_cartridge_t
impl Send for GB_cartridge_t
impl Sync for GB_cartridge_t
impl Unpin for GB_cartridge_t
impl UnwindSafe for GB_cartridge_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