Struct angrylion_rdp_plus_sys::m64p_rom_header[][src]

#[repr(C)]
pub struct m64p_rom_header {
Show fields pub init_PI_BSB_DOM1_LAT_REG: u8, pub init_PI_BSB_DOM1_PGS_REG: u8, pub init_PI_BSB_DOM1_PWD_REG: u8, pub init_PI_BSB_DOM1_PGS_REG2: u8, pub ClockRate: u32, pub PC: u32, pub Release: u32, pub CRC1: u32, pub CRC2: u32, pub Unknown: [u32; 2], pub Name: [u8; 20], pub unknown: u32, pub Manufacturer_ID: u32, pub Cartridge_ID: u16, pub Country_code: u16,
}

Fields

init_PI_BSB_DOM1_LAT_REG: u8init_PI_BSB_DOM1_PGS_REG: u8init_PI_BSB_DOM1_PWD_REG: u8init_PI_BSB_DOM1_PGS_REG2: u8ClockRate: u32PC: u32Release: u32CRC1: u32CRC2: u32Unknown: [u32; 2]Name: [u8; 20]unknown: u32Manufacturer_ID: u32Cartridge_ID: u16Country_code: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.