#[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 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 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
impl Copy for AM_TitleEntry
Auto Trait Implementations§
impl Freeze for AM_TitleEntry
impl RefUnwindSafe for AM_TitleEntry
impl Send for AM_TitleEntry
impl Sync for AM_TitleEntry
impl Unpin for AM_TitleEntry
impl UnwindSafe for AM_TitleEntry
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)