[−][src]Struct skyline::nn::ro::NroHeader
Fields
entrypoint_insn: u32
mod_offset: u32
_x8: [u8; 8]
magic: u32
_x14: [u8; 4]
size: u32
reserved_1C: [u8; 4]
text_offset: u32
text_size: u32
ro_offset: u32
ro_size: u32
rw_offset: u32
rw_size: u32
bss_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>,