GB_gameboy_internal_s

Struct GB_gameboy_internal_s 

Source
#[repr(C)]
pub struct GB_gameboy_internal_s {
Show 22 fields pub __bindgen_anon_1: GB_gameboy_internal_s__bindgen_ty_1, pub header_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_2: GB_gameboy_internal_s__bindgen_ty_2, pub core_state_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_3: GB_gameboy_internal_s__bindgen_ty_3, pub dma_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_4: GB_gameboy_internal_s__bindgen_ty_4, pub mbc_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_5: GB_gameboy_internal_s__bindgen_ty_5, pub hram_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_6: GB_gameboy_internal_s__bindgen_ty_6, pub timing_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_7: GB_gameboy_internal_s__bindgen_ty_7, pub apu_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_8: GB_gameboy_internal_s__bindgen_ty_8, pub rtc_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_9: GB_gameboy_internal_s__bindgen_ty_9, pub video_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_10: GB_gameboy_internal_s__bindgen_ty_10, pub accessory_section_end: __IncompleteArrayField<u8>, pub __bindgen_anon_11: GB_gameboy_internal_s__bindgen_ty_11, pub unsaved_section_end: __IncompleteArrayField<u8>,
}

Fields§

§__bindgen_anon_1: GB_gameboy_internal_s__bindgen_ty_1§header_section_end: __IncompleteArrayField<u8>§__bindgen_anon_2: GB_gameboy_internal_s__bindgen_ty_2§core_state_section_end: __IncompleteArrayField<u8>§__bindgen_anon_3: GB_gameboy_internal_s__bindgen_ty_3§dma_section_end: __IncompleteArrayField<u8>§__bindgen_anon_4: GB_gameboy_internal_s__bindgen_ty_4§mbc_section_end: __IncompleteArrayField<u8>§__bindgen_anon_5: GB_gameboy_internal_s__bindgen_ty_5§hram_section_end: __IncompleteArrayField<u8>§__bindgen_anon_6: GB_gameboy_internal_s__bindgen_ty_6§timing_section_end: __IncompleteArrayField<u8>§__bindgen_anon_7: GB_gameboy_internal_s__bindgen_ty_7§apu_section_end: __IncompleteArrayField<u8>§__bindgen_anon_8: GB_gameboy_internal_s__bindgen_ty_8§rtc_section_end: __IncompleteArrayField<u8>§__bindgen_anon_9: GB_gameboy_internal_s__bindgen_ty_9§video_section_end: __IncompleteArrayField<u8>§__bindgen_anon_10: GB_gameboy_internal_s__bindgen_ty_10§accessory_section_end: __IncompleteArrayField<u8>§__bindgen_anon_11: GB_gameboy_internal_s__bindgen_ty_11§unsaved_section_end: __IncompleteArrayField<u8>

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.