#[repr(C)]pub struct NIM_TitleProgress {
pub state: u32_,
pub lastResult: Result,
pub downloadedSize: u64_,
pub totalSize: u64_,
}Expand description
Output struct for NIM downloads/installations in progress.
Fields§
§state: u32_< State, see NIM_DownloadState enum
lastResult: Result< Last result code in NIM
downloadedSize: u64_< Amount of bytes that have been downloaded
totalSize: u64_< Amount of bytes that need to be downloaded in total
Trait Implementations§
Source§impl Clone for NIM_TitleProgress
impl Clone for NIM_TitleProgress
Source§fn clone(&self) -> NIM_TitleProgress
fn clone(&self) -> NIM_TitleProgress
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_TitleProgress
impl Debug for NIM_TitleProgress
Source§impl Default for NIM_TitleProgress
impl Default for NIM_TitleProgress
Source§fn default() -> NIM_TitleProgress
fn default() -> NIM_TitleProgress
Returns the “default value” for a type. Read more
impl Copy for NIM_TitleProgress
Auto Trait Implementations§
impl Freeze for NIM_TitleProgress
impl RefUnwindSafe for NIM_TitleProgress
impl Send for NIM_TitleProgress
impl Sync for NIM_TitleProgress
impl Unpin for NIM_TitleProgress
impl UnwindSafe for NIM_TitleProgress
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)