Struct ctru_sys::AM_TitleEntry
source · #[repr(C)]pub struct AM_TitleEntry {
pub titleID: u64_,
pub size: u64_,
pub version: u16_,
pub unk: [u8_; 6],
}
Expand description
Contains basic information about a title.
Fields§
§titleID: u64_
< The title’s ID.
size: u64_
< The title’s installed size.
version: u16_
< The title’s version.
unk: [u8_; 6]
< Unknown title data.
Trait Implementations§
source§impl Clone for AM_TitleEntry
impl Clone for AM_TitleEntry
source§fn clone(&self) -> AM_TitleEntry
fn clone(&self) -> AM_TitleEntry
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 AM_TitleEntry
impl Debug for AM_TitleEntry
source§impl Default for AM_TitleEntry
impl Default for AM_TitleEntry
source§fn default() -> AM_TitleEntry
fn default() -> AM_TitleEntry
Returns the “default value” for a type. Read more