[][src]Struct hactool_sys::kip1_header_t

#[repr(C)]
pub struct kip1_header_t { pub magic: u32, pub name: [c_char; 12], pub title_id: u64, pub process_category: u32, pub main_thread_priority: u8, pub default_core: u8, pub _0x1E: u8, pub flags: u8, pub section_headers: [kip_section_header_t; 6], pub capabilities: [u32; 32], pub data: __IncompleteArrayField<c_uchar>, }

Fields

magic: u32name: [c_char; 12]title_id: u64process_category: u32main_thread_priority: u8default_core: u8_0x1E: u8flags: u8section_headers: [kip_section_header_t; 6]capabilities: [u32; 32]data: __IncompleteArrayField<c_uchar>

Trait Implementations

impl Default for kip1_header_t[src]

impl Debug for kip1_header_t[src]

Auto Trait Implementations

Blanket Implementations

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

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]