#[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: u32§name: [c_char; 12]§title_id: u64§process_category: u32§main_thread_priority: u8§default_core: u8§_0x1E: u8§flags: u8§section_headers: [kip_section_header_t; 6]§capabilities: [u32; 32]§data: __IncompleteArrayField<c_uchar>Trait Implementations§
Source§impl Debug for kip1_header_t
impl Debug for kip1_header_t
Source§impl Default for kip1_header_t
impl Default for kip1_header_t
Source§fn default() -> kip1_header_t
fn default() -> kip1_header_t
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for kip1_header_t
impl RefUnwindSafe for kip1_header_t
impl Send for kip1_header_t
impl Sync for kip1_header_t
impl Unpin for kip1_header_t
impl UnwindSafe for kip1_header_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more