[][src]Struct mextk_sys::OSInfo

#[repr(C)]pub struct OSInfo {
    pub gameName: [c_char; 4],
    pub company: [c_char; 2],
    pub disk_id: u8_,
    pub disk_version: u8_,
    pub is_audiostream: u8_,
    pub streambuffer_size: u8_,
    pub xc: c_int,
    pub x10: c_int,
    pub x14: c_int,
    pub x18: c_int,
    pub dvd_magicword: c_int,
    pub boot_magicword: c_int,
    pub sys_version: c_int,
    pub mem_size: c_int,
    pub console_type: c_int,
    pub arena_lo: c_int,
    pub arena_hi: c_int,
    pub fst: *mut c_void,
    pub fst_maxsize: c_int,
    pub x40: c_int,
    pub x44: c_int,
    pub x48: c_int,
    pub x4C: c_int,
    pub x50: c_int,
    pub x54: c_int,
    pub x58: c_int,
    pub x5C: c_int,
    pub x60: c_int,
    pub x64: c_int,
    pub x68: c_int,
    pub x6C: c_int,
    pub x70: c_int,
    pub x74: c_int,
    pub x78: c_int,
    pub x7C: c_int,
    pub x80: c_int,
    pub x84: c_int,
    pub x88: c_int,
    pub x8C: c_int,
    pub x90: c_int,
    pub x94: c_int,
    pub x98: c_int,
    pub x9C: c_int,
    pub xA0: c_int,
    pub xA4: c_int,
    pub xA8: c_int,
    pub xAC: c_int,
    pub xB0: c_int,
    pub xB4: c_int,
    pub xB8: c_int,
    pub xBC: c_int,
    pub xC0: c_int,
    pub xC4: c_int,
    pub xC8: c_int,
    pub tv_mode: c_int,
    pub aram_size: c_int,
    pub xD4: c_int,
    pub xD8: c_int,
    pub xDC: c_int,
    pub xE0: c_int,
    pub curr_osthread: c_int,
    pub xE8: c_int,
    pub xEC: c_int,
    pub simulated_memsize: c_int,
    pub dvd_BI2: *mut c_void,
    pub bus_clock: c_int,
    pub cpu_clock: c_int,
}

Structs

Fields

gameName: [c_char; 4]company: [c_char; 2]disk_id: u8_disk_version: u8_is_audiostream: u8_streambuffer_size: u8_xc: c_intx10: c_intx14: c_intx18: c_intdvd_magicword: c_intboot_magicword: c_intsys_version: c_intmem_size: c_intconsole_type: c_intarena_lo: c_intarena_hi: c_intfst: *mut c_voidfst_maxsize: c_intx40: c_intx44: c_intx48: c_intx4C: c_intx50: c_intx54: c_intx58: c_intx5C: c_intx60: c_intx64: c_intx68: c_intx6C: c_intx70: c_intx74: c_intx78: c_intx7C: c_intx80: c_intx84: c_intx88: c_intx8C: c_intx90: c_intx94: c_intx98: c_intx9C: c_intxA0: c_intxA4: c_intxA8: c_intxAC: c_intxB0: c_intxB4: c_intxB8: c_intxBC: c_intxC0: c_intxC4: c_intxC8: c_inttv_mode: c_intaram_size: c_intxD4: c_intxD8: c_intxDC: c_intxE0: c_intcurr_osthread: c_intxE8: c_intxEC: c_intsimulated_memsize: c_intdvd_BI2: *mut c_voidbus_clock: c_intcpu_clock: c_int

Trait Implementations

impl Clone for OSInfo[src]

impl Copy for OSInfo[src]

impl Debug for OSInfo[src]

Auto Trait Implementations

impl !Send for OSInfo[src]

impl !Sync for OSInfo[src]

impl Unpin for OSInfo[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.