#[repr(C)]pub struct GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1 {Show 21 fields
pub __bindgen_anon_1: GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1__bindgen_ty_1,
pub ime: u8,
pub interrupt_enable: u8,
pub cgb_ram_bank: u8,
pub model: GB_model_t,
pub cgb_mode: bool,
pub cgb_double_speed: bool,
pub halted: bool,
pub stopped: bool,
pub boot_rom_finished: bool,
pub ime_toggle: bool,
pub halt_bug: bool,
pub just_halted: bool,
pub infrared_input: bool,
pub extra_oam: [u8; 96],
pub ram_size: u32,
pub ir_sensor: i32,
pub effective_ir_input: bool,
pub address_bus: u16,
pub data_bus: u8,
pub data_bus_decay_countdown: u32,
}Fields§
§__bindgen_anon_1: GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1__bindgen_ty_1§ime: u8§interrupt_enable: u8§cgb_ram_bank: u8§model: GB_model_t§cgb_mode: bool§cgb_double_speed: bool§halted: bool§stopped: bool§boot_rom_finished: bool§ime_toggle: bool§halt_bug: bool§just_halted: bool§infrared_input: bool§extra_oam: [u8; 96]§ram_size: u32§ir_sensor: i32§effective_ir_input: bool§address_bus: u16§data_bus: u8§data_bus_decay_countdown: u32Trait Implementations§
Source§impl Clone for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
impl Clone for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
Source§fn clone(&self) -> GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
fn clone(&self) -> GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
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 moreimpl Copy for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
impl RefUnwindSafe for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
impl Send for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
impl Sync for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
impl Unpin for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
impl UnwindSafe for GB_gameboy_internal_s__bindgen_ty_2__bindgen_ty_1
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