#[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 duplicate 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
impl Copy for NIM_TitleConfig
Auto Trait Implementations§
impl Freeze for NIM_TitleConfig
impl RefUnwindSafe for NIM_TitleConfig
impl Send for NIM_TitleConfig
impl Sync for NIM_TitleConfig
impl Unpin for NIM_TitleConfig
impl UnwindSafe for NIM_TitleConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)