#[repr(C)]
pub struct NroHeader {
Show 17 fields pub entrypoint_insn: u32, pub mod_offset: u32, pub _x8: [u8; 8], pub magic: u32, pub _x14: [u8; 4], pub size: u32, pub reserved_1C: [u8; 4], pub text_offset: u32, pub text_size: u32, pub ro_offset: u32, pub ro_size: u32, pub rw_offset: u32, pub rw_size: u32, pub bss_size: u32, pub _x3C: [u8; 4], pub module_id: ModuleId, pub _x60: [u8; 32],
}

Fields

entrypoint_insn: u32mod_offset: u32_x8: [u8; 8]magic: u32_x14: [u8; 4]size: u32reserved_1C: [u8; 4]text_offset: u32text_size: u32ro_offset: u32ro_size: u32rw_offset: u32rw_size: u32bss_size: u32_x3C: [u8; 4]module_id: ModuleId_x60: [u8; 32]

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

Returns the argument unchanged.

Calls U::from(self).

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

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.