[−][src]Struct skyline::nn::ro::NroHeader
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,