[][src]Struct skyline::nn::ro::NroHeader

#[repr(C)]pub struct NroHeader {
    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

impl RefUnwindSafe for NroHeader

impl Send for NroHeader

impl Sync for NroHeader

impl Unpin for NroHeader

impl UnwindSafe for NroHeader

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.