#[repr(C)]pub struct AM_PendingTitleEntry {
pub titleId: u64_,
pub version: u16_,
pub status: u16_,
pub titleType: u32_,
pub unk: [u8_; 8],
}Fields§
§titleId: u64_< Title ID
version: u16_< Version
status: u16_< AM_InstallStatus
titleType: u32_< Title Type
unk: [u8_; 8]< Unknown
Trait Implementations§
Source§impl Clone for AM_PendingTitleEntry
impl Clone for AM_PendingTitleEntry
Source§fn clone(&self) -> AM_PendingTitleEntry
fn clone(&self) -> AM_PendingTitleEntry
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_PendingTitleEntry
impl Debug for AM_PendingTitleEntry
Source§impl Default for AM_PendingTitleEntry
impl Default for AM_PendingTitleEntry
Source§fn default() -> AM_PendingTitleEntry
fn default() -> AM_PendingTitleEntry
Returns the “default value” for a type. Read more
impl Copy for AM_PendingTitleEntry
Auto Trait Implementations§
impl Freeze for AM_PendingTitleEntry
impl RefUnwindSafe for AM_PendingTitleEntry
impl Send for AM_PendingTitleEntry
impl Sync for AM_PendingTitleEntry
impl Unpin for AM_PendingTitleEntry
impl UnwindSafe for AM_PendingTitleEntry
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)