Struct ctru_sys::NIM_TitleConfig
source · #[repr(C)]pub struct NIM_TitleConfig {
pub titleId: u64_,
pub version: u32_,
pub unknown_0: u32_,
pub ratingAge: u8_,
pub mediaType: u8_,
pub padding: [u8_; 2],
pub unknown_1: u32_,
}
Expand description
Input configuration for NIM download/installation tasks.
Fields§
§titleId: u64_
< Title ID
version: u32_
< Title version
unknown_0: u32_
< Always 0
ratingAge: u8_
< Age for the HOME Menu parental controls
mediaType: u8_
< Media type, see FS_MediaType enum
padding: [u8_; 2]
< Padding
unknown_1: u32_
< Unknown input, seems to be always 0
Trait Implementations§
source§impl Clone for NIM_TitleConfig
impl Clone for NIM_TitleConfig
source§fn clone(&self) -> NIM_TitleConfig
fn clone(&self) -> NIM_TitleConfig
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NIM_TitleConfig
impl Debug for NIM_TitleConfig
source§impl Default for NIM_TitleConfig
impl Default for NIM_TitleConfig
source§fn default() -> NIM_TitleConfig
fn default() -> NIM_TitleConfig
Returns the “default value” for a type. Read more