Struct ctru_sys::NIM_TitleProgress
source · #[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 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 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