pub type alpm_download_event_progress_t = _alpm_download_event_progress_t;
Expand description

Context struct for when a download progresses.

Aliased Type§

struct alpm_download_event_progress_t {
    pub downloaded: i32,
    pub total: i32,
}

Fields§

§downloaded: i32

Amount of data downloaded

§total: i32

Total amount need to be downloaded