[][src]Struct hactool_sys::npdm_t

#[repr(C)]
pub struct npdm_t { pub magic: u32, pub _0x4: u32, pub _0x8: u32, pub mmu_flags: u8, pub _0xD: u8, pub main_thread_prio: u8, pub default_cpuid: u8, pub _0x10: u64, pub process_category: u32, pub main_stack_size: u32, pub title_name: [c_char; 80], pub aci0_offset: u32, pub aci0_size: u32, pub acid_offset: u32, pub acid_size: u32, }

Fields

magic: u32_0x4: u32_0x8: u32mmu_flags: u8_0xD: u8main_thread_prio: u8default_cpuid: u8_0x10: u64process_category: u32main_stack_size: u32title_name: [c_char; 80]aci0_offset: u32aci0_size: u32acid_offset: u32acid_size: u32

Trait Implementations

impl Copy for npdm_t[src]

impl Default for npdm_t[src]

impl Clone for npdm_t[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for npdm_t

impl Sync for npdm_t

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]